rules property
In policies for boolean constraints, the following requirements apply: - There must be one and only one policy rule where condition is unset.
- Boolean policy rules with conditions must set
enforced
to the opposite of the policy rule without a condition. - During policy evaluation, policy rules with conditions that are true for a target resource take precedence.
Implementation
core.List<GoogleCloudOrgpolicyV2PolicySpecPolicyRule>? rules;