GoogleCloudSecuritypostureV1PolicyRule constructor
GoogleCloudSecuritypostureV1PolicyRule({
- bool? allowAll,
- Expr? condition,
- bool? denyAll,
- bool? enforce,
- Map<
String, Object?> ? parameters, - ResourceTypes? resourceTypes,
- GoogleCloudSecuritypostureV1PolicyRuleStringValues? values,
Implementation
GoogleCloudSecuritypostureV1PolicyRule({
this.allowAll,
this.condition,
this.denyAll,
this.enforce,
this.parameters,
this.resourceTypes,
this.values,
});