GoogleCloudOrgpolicyV2PolicySpecPolicyRule constructor
GoogleCloudOrgpolicyV2PolicySpecPolicyRule({
- bool? allowAll,
- GoogleTypeExpr? condition,
- bool? denyAll,
- bool? enforce,
- Map<
String, Object?> ? parameters, - GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues? values,
Implementation
GoogleCloudOrgpolicyV2PolicySpecPolicyRule({
this.allowAll,
this.condition,
this.denyAll,
this.enforce,
this.parameters,
this.values,
});