Posture Policy Set Policy Constraint Org Policy Constraint Policy Rule Args
data class PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleArgs(val allowAll: Output<Boolean>? = null, val condition: Output<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleConditionArgs>? = null, val denyAll: Output<Boolean>? = null, val enforce: Output<Boolean>? = null, val values: Output<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleValuesArgs>? = null) : ConvertibleToJava<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleArgs>
Constructors
Link copied to clipboard
constructor(allowAll: Output<Boolean>? = null, condition: Output<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleConditionArgs>? = null, denyAll: Output<Boolean>? = null, enforce: Output<Boolean>? = null, values: Output<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleValuesArgs>? = null)
Properties
Link copied to clipboard
val condition: Output<PosturePolicySetPolicyConstraintOrgPolicyConstraintPolicyRuleConditionArgs>? = null
Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. This page details the objects and attributes that are used to the build the CEL expressions for custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. Structure is documented below.
Link copied to clipboard
List of values to be used for this policy rule. This field can be set only in policies for list constraints. Structure is documented below.