| Package | Description |
|---|---|
| com.google.api.services.iam.v2beta | |
| com.google.api.services.iam.v2beta.model |
| Modifier and Type | Method and Description |
|---|---|
Iam.Policies.CreatePolicy |
Iam.Policies.createPolicy(String parent,
GoogleIamV2betaPolicy content)
Creates a policy.
|
Iam.Policies.Update |
Iam.Policies.update(String name,
GoogleIamV2betaPolicy content)
Updates the specified policy.
|
| Constructor and Description |
|---|
CreatePolicy(String parent,
GoogleIamV2betaPolicy content)
Creates a policy.
|
Update(String name,
GoogleIamV2betaPolicy content)
Updates the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.clone() |
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.set(String fieldName,
Object value) |
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setAnnotations(Map<String,String> annotations)
A key-value map to store arbitrary metadata for the `Policy`.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setCreateTime(String createTime)
Output only.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setDeleteTime(String deleteTime)
Output only.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setDisplayName(String displayName)
A user-specified description of the `Policy`.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setEtag(String etag)
An opaque tag that identifies the current version of the `Policy`.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setKind(String kind)
Output only.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setName(String name)
Immutable.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setRules(List<GoogleIamV2betaPolicyRule> rules)
A list of rules that specify the behavior of the `Policy`.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setUid(String uid)
Immutable.
|
GoogleIamV2betaPolicy |
GoogleIamV2betaPolicy.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleIamV2betaPolicy> |
GoogleIamV2betaListPoliciesResponse.getPolicies()
Metadata for the policies that are attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV2betaListPoliciesResponse |
GoogleIamV2betaListPoliciesResponse.setPolicies(List<GoogleIamV2betaPolicy> policies)
Metadata for the policies that are attached to the resource.
|
Copyright © 2011–2022 Google. All rights reserved.