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

Contents

Description

Lists all sources belonging to an organization.

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

Synopsis

REST Resource

type OrganizationsSourcesListResource = "v1" :> (Capture "parent" Text :> ("sources" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSourcesResponse)))))))))) Source #

A resource alias for securitycenter.organizations.sources.list method which the OrganizationsSourcesList request conforms to.

Creating a Request

organizationsSourcesList Source #

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

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

data OrganizationsSourcesList Source #

Lists all sources belonging to an organization.

See: organizationsSourcesList smart constructor.

Instances
Eq OrganizationsSourcesList Source # 
Instance details

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

Data OrganizationsSourcesList Source # 
Instance details

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

Methods

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

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

toConstr :: OrganizationsSourcesList -> Constr #

dataTypeOf :: OrganizationsSourcesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsSourcesList Source # 
Instance details

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

Generic OrganizationsSourcesList Source # 
Instance details

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

Associated Types

type Rep OrganizationsSourcesList :: Type -> Type #

GoogleRequest OrganizationsSourcesList Source # 
Instance details

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

type Rep OrganizationsSourcesList Source # 
Instance details

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

type Rep OrganizationsSourcesList = D1 (MetaData "OrganizationsSourcesList" "Network.Google.Resource.SecurityCenter.Organizations.Sources.List" "gogol-securitycenter-0.5.0-4oi8fso9vls5uQpo9HyLkG" False) (C1 (MetaCons "OrganizationsSourcesList'" PrefixI True) (((S1 (MetaSel (Just "_oslParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_oslXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_oslUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_oslAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_oslUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_oslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_oslPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_oslCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes OrganizationsSourcesList Source # 
Instance details

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

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

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

Request Lenses

oslParent :: Lens' OrganizationsSourcesList Text Source #

Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".

oslUploadProtocol :: Lens' OrganizationsSourcesList (Maybe Text) Source #

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

oslUploadType :: Lens' OrganizationsSourcesList (Maybe Text) Source #

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

oslPageToken :: Lens' OrganizationsSourcesList (Maybe Text) Source #

The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.

oslPageSize :: Lens' OrganizationsSourcesList (Maybe Int32) Source #

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.