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 the definition of a Role.

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

Required parameters: name

Optional parameters: none

Gets the definition of a Role.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: none

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

Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.

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

Required parameters: none

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

Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.
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:

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

Lists roles that can be granted on a Google Cloud resource. A role is grantable if the IAM policy for the resource can contain bindings to the role.

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

Required parameters: none

Optional parameters: none

Body: 

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

Lists roles that can be granted on a Google Cloud resource. A role is grantable if the IAM policy for the resource can contain bindings to the role.
sourceraw docstring

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

× close