gogol-kgsearch-0.1.0: Google Identity and Access Management 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.IAM.Projects.ServiceAccounts.List

Contents

Description

Lists service accounts for a project.

See: Google Identity and Access Management API Reference for iam.projects.serviceAccounts.list.

Synopsis

REST Resource

type ProjectsServiceAccountsListResource = "v1" :> (Capture "name" Text :> ("serviceAccounts" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListServiceAccountsResponse)))))))))))) Source #

A resource alias for iam.projects.serviceAccounts.list method which the ProjectsServiceAccountsList request conforms to.

Creating a Request

projectsServiceAccountsList Source #

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

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

data ProjectsServiceAccountsList Source #

Lists service accounts for a project.

See: projectsServiceAccountsList smart constructor.

Instances

Eq ProjectsServiceAccountsList Source # 
Data ProjectsServiceAccountsList Source # 

Methods

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

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

toConstr :: ProjectsServiceAccountsList -> Constr #

dataTypeOf :: ProjectsServiceAccountsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsServiceAccountsList Source # 
Generic ProjectsServiceAccountsList Source # 
GoogleRequest ProjectsServiceAccountsList Source # 
type Rep ProjectsServiceAccountsList Source # 
type Scopes ProjectsServiceAccountsList Source # 
type Scopes ProjectsServiceAccountsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsServiceAccountsList Source # 

Request Lenses

psalUploadProtocol :: Lens' ProjectsServiceAccountsList (Maybe Text) Source #

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

psalUploadType :: Lens' ProjectsServiceAccountsList (Maybe Text) Source #

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

psalName :: Lens' ProjectsServiceAccountsList Text Source #

Required. The resource name of the project associated with the service accounts, such as "projects/123"

psalPageToken :: Lens' ProjectsServiceAccountsList (Maybe Text) Source #

Optional pagination token returned in an earlier [ListServiceAccountsResponse.next_page_token].

psalPageSize :: Lens' ProjectsServiceAccountsList (Maybe Int32) Source #

Optional limit on the number of service accounts to include in the response. Further accounts can subsequently be obtained by including the [ListServiceAccountsResponse.next_page_token] in a subsequent request.