gogol-securitycenter-0.5.0: Google Cloud Security Command Center 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.SecurityCenter.Organizations.Sources.Get

Contents

Description

Gets a source.

See: Cloud Security Command Center API Reference for securitycenter.organizations.sources.get.

Synopsis

REST Resource

type OrganizationsSourcesGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Source))))))) Source #

A resource alias for securitycenter.organizations.sources.get method which the OrganizationsSourcesGet request conforms to.

Creating a Request

organizationsSourcesGet Source #

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

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

data OrganizationsSourcesGet Source #

Gets a source.

See: organizationsSourcesGet smart constructor.

Instances
Eq OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

Data OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

Methods

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

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

toConstr :: OrganizationsSourcesGet -> Constr #

dataTypeOf :: OrganizationsSourcesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

Generic OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

Associated Types

type Rep OrganizationsSourcesGet :: Type -> Type #

GoogleRequest OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

type Rep OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

type Rep OrganizationsSourcesGet = D1 (MetaData "OrganizationsSourcesGet" "Network.Google.Resource.SecurityCenter.Organizations.Sources.Get" "gogol-securitycenter-0.5.0-4oi8fso9vls5uQpo9HyLkG" False) (C1 (MetaCons "OrganizationsSourcesGet'" PrefixI True) ((S1 (MetaSel (Just "_osgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_osgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_osgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_osgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_osgName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_osgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes OrganizationsSourcesGet Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

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

Defined in Network.Google.Resource.SecurityCenter.Organizations.Sources.Get

Request Lenses

osgUploadProtocol :: Lens' OrganizationsSourcesGet (Maybe Text) Source #

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

osgUploadType :: Lens' OrganizationsSourcesGet (Maybe Text) Source #

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

osgName :: Lens' OrganizationsSourcesGet Text Source #

Relative resource name of the source. Its format is "organizations/[organization_id]/source/[source_id]".