gogol-iam-0.4.0: Google Identity and Access Management (IAM) 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.Organizations.Roles.List

Contents

Description

Lists the Roles defined on a resource.

See: Identity and Access Management (IAM) API Reference for iam.organizations.roles.list.

Synopsis

REST Resource

type OrganizationsRolesListResource = "v1" :> (Capture "parent" Text :> ("roles" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "showDeleted" Bool :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListRolesResponse)))))))))))) Source #

A resource alias for iam.organizations.roles.list method which the OrganizationsRolesList request conforms to.

Creating a Request

organizationsRolesList Source #

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

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

data OrganizationsRolesList Source #

Lists the Roles defined on a resource.

See: organizationsRolesList smart constructor.

Instances
Eq OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

Data OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

Methods

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

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

toConstr :: OrganizationsRolesList -> Constr #

dataTypeOf :: OrganizationsRolesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

Generic OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

Associated Types

type Rep OrganizationsRolesList :: Type -> Type #

GoogleRequest OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

type Rep OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

type Scopes OrganizationsRolesList Source # 
Instance details

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

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

Defined in Network.Google.Resource.IAM.Organizations.Roles.List

Request Lenses

orlParent :: Lens' OrganizationsRolesList Text Source #

The resource name of the parent resource in one of the following formats: `` (empty string) -- this refers to curated roles. `organizations/{ORGANIZATION_ID}` `projects/{PROJECT_ID}`

orlUploadProtocol :: Lens' OrganizationsRolesList (Maybe Text) Source #

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

orlUploadType :: Lens' OrganizationsRolesList (Maybe Text) Source #

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

orlShowDeleted :: Lens' OrganizationsRolesList (Maybe Bool) Source #

Include Roles that have been deleted.

orlView :: Lens' OrganizationsRolesList (Maybe Text) Source #

Optional view for the returned Role objects.

orlPageToken :: Lens' OrganizationsRolesList (Maybe Text) Source #

Optional pagination token returned in an earlier ListRolesResponse.

orlPageSize :: Lens' OrganizationsRolesList (Maybe Int32) Source #

Optional limit on the number of roles to include in the response.