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