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.InfoTypes.List

Contents

Description

Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.

See: Cloud Data Loss Prevention (DLP) API Reference for dlp.infoTypes.list.

Synopsis

REST Resource

type InfoTypesListResource = "v2" :> ("infoTypes" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "languageCode" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GooglePrivacyDlpV2ListInfoTypesResponse))))))))) Source #

A resource alias for dlp.infoTypes.list method which the InfoTypesList request conforms to.

Creating a Request

infoTypesList :: InfoTypesList Source #

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

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

data InfoTypesList Source #

Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.

See: infoTypesList smart constructor.

Instances
Eq InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

Data InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

Methods

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

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

toConstr :: InfoTypesList -> Constr #

dataTypeOf :: InfoTypesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

Generic InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

Associated Types

type Rep InfoTypesList :: Type -> Type #

GoogleRequest InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

Associated Types

type Rs InfoTypesList :: Type #

type Scopes InfoTypesList :: [Symbol] #

type Rep InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

type Rep InfoTypesList = D1 (MetaData "InfoTypesList" "Network.Google.Resource.DLP.InfoTypes.List" "gogol-dlp-0.4.0-D616iLnugdIDrALDghvsJQ" False) (C1 (MetaCons "InfoTypesList'" PrefixI True) ((S1 (MetaSel (Just "_itlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_itlLanguageCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_itlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_itlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_itlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_itlFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_itlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes InfoTypesList Source # 
Instance details

Defined in Network.Google.Resource.DLP.InfoTypes.List

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

Defined in Network.Google.Resource.DLP.InfoTypes.List

Request Lenses

itlLanguageCode :: Lens' InfoTypesList (Maybe Text) Source #

Optional BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

itlUploadProtocol :: Lens' InfoTypesList (Maybe Text) Source #

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

itlUploadType :: Lens' InfoTypesList (Maybe Text) Source #

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

itlFilter :: Lens' InfoTypesList (Maybe Text) Source #

Optional filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.