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
(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.
(list$ auth parameters)https://cloud.google.com/iam/api/reference/rest/v1/roles/list
Required parameters: none
Optional parameters: parent, pageToken, view, showDeleted, pageSize
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: parent, pageToken, view, showDeleted, pageSize Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.
(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, :fullResourceName string, :pageToken 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,
 :fullResourceName string,
 :pageToken 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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |