gogol-dlp-0.4.0: Google Cloud Data Loss Prevention (DLP) SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DLP.Projects.Content.Reidentify

Contents

Description

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

See: Cloud Data Loss Prevention (DLP) API Reference for dlp.projects.content.reidentify.

Synopsis

REST Resource

type ProjectsContentReidentifyResource = "v2" :> (Capture "parent" Text :> ("content:reidentify" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GooglePrivacyDlpV2ReidentifyContentRequest :> Post '[JSON] GooglePrivacyDlpV2ReidentifyContentResponse))))))))) Source #

A resource alias for dlp.projects.content.reidentify method which the ProjectsContentReidentify request conforms to.

Creating a Request

projectsContentReidentify Source #

Creates a value of ProjectsContentReidentify with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ProjectsContentReidentify Source #

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

See: projectsContentReidentify smart constructor.

Instances
Eq ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

Data ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsContentReidentify -> c ProjectsContentReidentify #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsContentReidentify #

toConstr :: ProjectsContentReidentify -> Constr #

dataTypeOf :: ProjectsContentReidentify -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsContentReidentify) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsContentReidentify) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsContentReidentify -> ProjectsContentReidentify #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsContentReidentify -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsContentReidentify -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsContentReidentify -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsContentReidentify -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsContentReidentify -> m ProjectsContentReidentify #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsContentReidentify -> m ProjectsContentReidentify #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsContentReidentify -> m ProjectsContentReidentify #

Show ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

Generic ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

Associated Types

type Rep ProjectsContentReidentify :: Type -> Type #

GoogleRequest ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

type Rep ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

type Rep ProjectsContentReidentify = D1 (MetaData "ProjectsContentReidentify" "Network.Google.Resource.DLP.Projects.Content.Reidentify" "gogol-dlp-0.4.0-D616iLnugdIDrALDghvsJQ" False) (C1 (MetaCons "ProjectsContentReidentify'" PrefixI True) ((S1 (MetaSel (Just "_pcrParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pcrXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pcrUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pcrAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pcrUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pcrPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GooglePrivacyDlpV2ReidentifyContentRequest) :*: S1 (MetaSel (Just "_pcrCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

type Scopes ProjectsContentReidentify = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsContentReidentify Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.Content.Reidentify

Request Lenses

pcrUploadProtocol :: Lens' ProjectsContentReidentify (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pcrUploadType :: Lens' ProjectsContentReidentify (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").