GoogleCloudSecuritycenterV1CustomConfig constructor

GoogleCloudSecuritycenterV1CustomConfig({
  1. GoogleCloudSecuritycenterV1CustomOutputSpec? customOutput,
  2. String? description,
  3. Expr? predicate,
  4. String? recommendation,
  5. GoogleCloudSecuritycenterV1ResourceSelector? resourceSelector,
  6. String? severity,
})

Implementation

GoogleCloudSecuritycenterV1CustomConfig({
  this.customOutput,
  this.description,
  this.predicate,
  this.recommendation,
  this.resourceSelector,
  this.severity,
});