Class IamDenyPolicyRulesDenyRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_deny_policy.IamDenyPolicyRulesDenyRule.Jsii$Proxy
-
- All Implemented Interfaces:
IamDenyPolicyRulesDenyRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamDenyPolicyRulesDenyRule
@Stability(Stable) @Internal public static final class IamDenyPolicyRulesDenyRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamDenyPolicyRulesDenyRule
An implementation forIamDenyPolicyRulesDenyRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.iam_deny_policy.IamDenyPolicyRulesDenyRule
IamDenyPolicyRulesDenyRule.Builder, IamDenyPolicyRulesDenyRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamDenyPolicyRulesDenyRule.Builder builder)Constructor that initializes the object based on literal property values passed by theIamDenyPolicyRulesDenyRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)IamDenyPolicyRulesDenyRuleDenialConditiongetDenialCondition()denial_condition block.List<String>getDeniedPermissions()The permissions that are explicitly denied by this rule.List<String>getDeniedPrincipals()The identities that are prevented from using one or more permissions on Google Cloud resources.List<String>getExceptionPermissions()Specifies the permissions that this rule excludes from the set of denied permissions given by deniedPermissions.List<String>getExceptionPrincipals()The identities that are excluded from the deny rule, even if they are listed in the deniedPrincipals.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IamDenyPolicyRulesDenyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamDenyPolicyRulesDenyRule.Builder.
-
-
Method Detail
-
getDenialCondition
public final IamDenyPolicyRulesDenyRuleDenialCondition getDenialCondition()
Description copied from interface:IamDenyPolicyRulesDenyRuledenial_condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#denial_condition IamDenyPolicy#denial_condition}
- Specified by:
getDenialConditionin interfaceIamDenyPolicyRulesDenyRule
-
getDeniedPermissions
public final List<String> getDeniedPermissions()
Description copied from interface:IamDenyPolicyRulesDenyRuleThe permissions that are explicitly denied by this rule.Each permission uses the format '{service-fqdn}/{resource}.{verb}', where '{service-fqdn}' is the fully qualified domain name for the service. For example, 'iam.googleapis.com/roles.list'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#denied_permissions IamDenyPolicy#denied_permissions}
- Specified by:
getDeniedPermissionsin interfaceIamDenyPolicyRulesDenyRule
-
getDeniedPrincipals
public final List<String> getDeniedPrincipals()
Description copied from interface:IamDenyPolicyRulesDenyRuleThe identities that are prevented from using one or more permissions on Google Cloud resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#denied_principals IamDenyPolicy#denied_principals}
- Specified by:
getDeniedPrincipalsin interfaceIamDenyPolicyRulesDenyRule
-
getExceptionPermissions
public final List<String> getExceptionPermissions()
Description copied from interface:IamDenyPolicyRulesDenyRuleSpecifies the permissions that this rule excludes from the set of denied permissions given by deniedPermissions.If a permission appears in deniedPermissions and in exceptionPermissions then it will not be denied. The excluded permissions can be specified using the same syntax as deniedPermissions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#exception_permissions IamDenyPolicy#exception_permissions}
- Specified by:
getExceptionPermissionsin interfaceIamDenyPolicyRulesDenyRule
-
getExceptionPrincipals
public final List<String> getExceptionPrincipals()
Description copied from interface:IamDenyPolicyRulesDenyRuleThe identities that are excluded from the deny rule, even if they are listed in the deniedPrincipals.For example, you could add a Google group to the deniedPrincipals, then exclude specific users who belong to that group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#exception_principals IamDenyPolicy#exception_principals}
- Specified by:
getExceptionPrincipalsin interfaceIamDenyPolicyRulesDenyRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-