Liking cljdoc? Tell your friends :D

happygapi.cloudresourcemanager.organizations

Cloud Resource Manager API: organizations. Creates, reads, and updates metadata for Google Cloud Platform resource containers. See: https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations

Cloud Resource Manager API: organizations.
Creates, reads, and updates metadata for Google Cloud Platform resource containers.
See: https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations
raw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/get

Required parameters: name

Optional parameters: none

Fetches an organization resource identified by the specified resource name.

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/get

Required parameters: name

Optional parameters: none

Fetches an organization resource identified by the specified resource name.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for an organization resource. The policy may be empty if no such policy or resource exists. The resource field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission resourcemanager.organizations.getIamPolicy on the specified organization.

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for an organization resource. The policy may be empty if no such policy or resource exists. The `resource` field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission `resourcemanager.organizations.getIamPolicy` on the specified organization.
sourceraw docstring

search$clj

(search$ auth parameters)

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/search

Required parameters: none

Optional parameters: query, pageSize, pageToken

Searches organization resources that are visible to the user and satisfy the specified filter. This method returns organizations in an unspecified order. New organizations do not necessarily appear at the end of the results, and may take a small amount of time to appear. Search will only return organizations on which the user has the permission resourcemanager.organizations.get

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/search

Required parameters: none

Optional parameters: query, pageSize, pageToken

Searches organization resources that are visible to the user and satisfy the specified filter. This method returns organizations in an unspecified order. New organizations do not necessarily appear at the end of the results, and may take a small amount of time to appear. Search will only return organizations on which the user has the permission `resourcemanager.organizations.get`
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :auditConfigs [AuditConfig], :etag string, :bindings [Binding]}, :updateMask string}

Sets the access control policy on an organization resource. Replaces any existing policy. The resource field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission resourcemanager.organizations.setIamPolicy on the specified organization.

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer,
          :auditConfigs [AuditConfig],
          :etag string,
          :bindings [Binding]},
 :updateMask string}

Sets the access control policy on an organization resource. Replaces any existing policy. The `resource` field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission `resourcemanager.organizations.setIamPolicy` on the specified organization.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified organization. The resource field should be the organization's resource name, for example: "organizations/123". There are no permissions required for making this API call.

https://cloud.google.com/resource-managerapi/reference/rest/v3/organizations/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified organization. The `resource` field should be the organization's resource name, for example: "organizations/123". There are no permissions required for making this API call.
sourceraw docstring

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

× close