GoogleCloudSecuritypostureV1PolicyRule constructor

GoogleCloudSecuritypostureV1PolicyRule({
  1. bool? allowAll,
  2. Expr? condition,
  3. bool? denyAll,
  4. bool? enforce,
  5. Map<String, Object?>? parameters,
  6. ResourceTypes? resourceTypes,
  7. GoogleCloudSecuritypostureV1PolicyRuleStringValues? values,
})

Implementation

GoogleCloudSecuritypostureV1PolicyRule({
  this.allowAll,
  this.condition,
  this.denyAll,
  this.enforce,
  this.parameters,
  this.resourceTypes,
  this.values,
});