Liking cljdoc? Tell your friends :D

happygapi.iam.roles

Identity and Access Management (IAM) API: roles. Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. See: https://cloud.google.com/iam/api/reference/rest/v1/roles

Identity and Access Management (IAM) API: roles.
Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.
See: https://cloud.google.com/iam/api/reference/rest/v1/roles
raw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/iam/api/reference/rest/v1/roles/get

Required parameters: name

Optional parameters: none

Gets a Role definition.

https://cloud.google.com/iam/api/reference/rest/v1/roles/get

Required parameters: name

Optional parameters: none

Gets a Role definition.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/iam/api/reference/rest/v1/roles/list

Required parameters: none

Optional parameters: view, parent, showDeleted, pageToken, pageSize

Lists the Roles defined on a resource.

https://cloud.google.com/iam/api/reference/rest/v1/roles/list

Required parameters: none

Optional parameters: view, parent, showDeleted, pageToken, pageSize

Lists the Roles defined on a resource.
sourceraw docstring

queryGrantableRoles$clj

(queryGrantableRoles$ auth parameters body)

https://cloud.google.com/iam/api/reference/rest/v1/roles/queryGrantableRoles

Required parameters: none

Optional parameters: none

Body:

{:view string, :fullResourceName string, :pageToken string, :pageSize integer}

Queries roles that can be granted on a particular resource. A role is grantable if it can be used as the role in a binding for a policy for that resource.

https://cloud.google.com/iam/api/reference/rest/v1/roles/queryGrantableRoles

Required parameters: none

Optional parameters: none

Body: 

{:view string,
 :fullResourceName string,
 :pageToken string,
 :pageSize integer}

Queries roles that can be granted on a particular resource.
A role is grantable if it can be used as the role in a binding for a policy
for that resource.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close