GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule constructor
GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule({
- bool? allowAll,
- bool? denyAll,
- bool? enforce,
- GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues? values,
Implementation
GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule({
this.allowAll,
this.denyAll,
this.enforce,
this.values,
});