GoogleCloudOrgpolicyV2PolicySpecPolicyRule constructor
GoogleCloudOrgpolicyV2PolicySpecPolicyRule({
- bool? allowAll,
- GoogleTypeExpr? condition,
- bool? denyAll,
- bool? enforce,
- GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues? values,
Implementation
GoogleCloudOrgpolicyV2PolicySpecPolicyRule({
this.allowAll,
this.condition,
this.denyAll,
this.enforce,
this.values,
});