Liking cljdoc? Tell your friends :D

happygapi.iam.organizations

Identity and Access Management (IAM) API: organizations. 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/organizations

Identity and Access Management (IAM) API: organizations.
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/organizations
raw docstring

roles-create$clj

(roles-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: none

Body:

{:roleId string, :role {:title string, :includedPermissions [string], :description string, :etag string, :stage string, :name string, :deleted boolean}}

Creates a new Role.

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

Required parameters: parent

Optional parameters: none

Body: 

{:roleId string,
 :role {:title string,
        :includedPermissions [string],
        :description string,
        :etag string,
        :stage string,
        :name string,
        :deleted boolean}}

Creates a new Role.
sourceraw docstring

roles-delete$clj

(roles-delete$ auth parameters)

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

Required parameters: name

Optional parameters: etag

Soft deletes a role. The role is suspended and cannot be used to create new IAM Policy Bindings. The Role will not be included in ListRoles() unless show_deleted is set in the ListRolesRequest. The Role contains the deleted boolean set. Existing Bindings remains, but are inactive. The Role can be undeleted within 7 days. After 7 days the Role is deleted and all Bindings associated with the role are removed.

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

Required parameters: name

Optional parameters: etag

Soft deletes a role. The role is suspended and cannot be used to create new
IAM Policy Bindings.
The Role will not be included in `ListRoles()` unless `show_deleted` is set
in the `ListRolesRequest`. The Role contains the deleted boolean set.
Existing Bindings remains, but are inactive. The Role can be undeleted
within 7 days. After 7 days the Role is deleted and all Bindings associated
with the role are removed.
sourceraw docstring

roles-get$clj

(roles-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a Role definition.

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

Required parameters: name

Optional parameters: none

Gets a Role definition.
sourceraw docstring

roles-list$clj

(roles-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize, view, showDeleted

Lists the Roles defined on a resource.

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

Required parameters: parent

Optional parameters: pageToken, pageSize, view, showDeleted

Lists the Roles defined on a resource.
sourceraw docstring

roles-patch$clj

(roles-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:title string, :includedPermissions [string], :description string, :etag string, :stage string, :name string, :deleted boolean}

Updates a Role definition.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:title string,
 :includedPermissions [string],
 :description string,
 :etag string,
 :stage string,
 :name string,
 :deleted boolean}

Updates a Role definition.
sourceraw docstring

roles-undelete$clj

(roles-undelete$ auth parameters body)

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

Required parameters: name

Optional parameters: none

Body:

{:etag string}

Undelete a Role, bringing it back in its previous state.

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

Required parameters: name

Optional parameters: none

Body: 

{:etag string}

Undelete a Role, bringing it back in its previous state.
sourceraw docstring

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

× close