Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3 | |
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.Folders.SetIamPolicy |
CloudResourceManager.Folders.setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a folder, replacing any existing policy.
|
CloudResourceManager.Organizations.SetIamPolicy |
CloudResourceManager.Organizations.setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on an organization resource.
|
CloudResourceManager.Projects.SetIamPolicy |
CloudResourceManager.Projects.setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the IAM access control policy for the specified project, in the format
`projects/{ProjectIdOrNumber}` e.g.
|
CloudResourceManager.TagKeys.SetIamPolicy |
CloudResourceManager.TagKeys.setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a TagKey, replacing any existing policy.
|
CloudResourceManager.TagValues.SetIamPolicy |
CloudResourceManager.TagValues.setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a TagValue, replacing any existing policy.
|
Constructor and Description |
---|
SetIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a folder, replacing any existing policy.
|
SetIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on an organization resource.
|
SetIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the IAM access control policy for the specified project, in the format
`projects/{ProjectIdOrNumber}` e.g.
|
SetIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a TagKey, replacing any existing policy.
|
SetIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on a TagValue, replacing any existing policy.
|
Modifier and Type | Method and Description |
---|---|
SetIamPolicyRequest |
SetIamPolicyRequest.clone() |
SetIamPolicyRequest |
SetIamPolicyRequest.set(String fieldName,
Object value) |
SetIamPolicyRequest |
SetIamPolicyRequest.setPolicy(Policy policy)
REQUIRED: The complete policy to be applied to the `resource`.
|
SetIamPolicyRequest |
SetIamPolicyRequest.setUpdateMask(String updateMask)
OPTIONAL: A FieldMask specifying which fields of the policy to modify.
|
Copyright © 2011–2024 Google. All rights reserved.