| Package | Description |
|---|---|
| com.google.api.services.iam.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.clone() |
GoogleIamV2DenyRule |
GoogleIamV2PolicyRule.getDenyRule()
A rule for a deny policy.
|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.set(String fieldName,
Object value) |
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.setDenialCondition(GoogleTypeExpr denialCondition)
The condition that determines whether this deny rule applies to a request.
|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.setDeniedPermissions(List<String> deniedPermissions)
The permissions that are explicitly denied by this rule.
|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.setDeniedPrincipals(List<String> deniedPrincipals)
The identities that are prevented from using one or more permissions on Google Cloud resources.
|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.setExceptionPermissions(List<String> exceptionPermissions)
Specifies the permissions that this rule excludes from the set of denied permissions given by
`denied_permissions`.
|
GoogleIamV2DenyRule |
GoogleIamV2DenyRule.setExceptionPrincipals(List<String> exceptionPrincipals)
The identities that are excluded from the deny rule, even if they are listed in the
`denied_principals`.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV2PolicyRule |
GoogleIamV2PolicyRule.setDenyRule(GoogleIamV2DenyRule denyRule)
A rule for a deny policy.
|
Copyright © 2011–2024 Google. All rights reserved.