GoogleCloudSecuritypostureV1PolicyRuleStringValues constructor

GoogleCloudSecuritypostureV1PolicyRuleStringValues({
  1. List<String>? allowedValues,
  2. List<String>? deniedValues,
})

Implementation

GoogleCloudSecuritypostureV1PolicyRuleStringValues({
  this.allowedValues,
  this.deniedValues,
});