GoogleCloudSecuritycenterV1CustomConfig constructor
GoogleCloudSecuritycenterV1CustomConfig({
- GoogleCloudSecuritycenterV1CustomOutputSpec? customOutput,
- String? description,
- Expr? predicate,
- String? recommendation,
- GoogleCloudSecuritycenterV1ResourceSelector? resourceSelector,
- String? severity,
Implementation
GoogleCloudSecuritycenterV1CustomConfig({
this.customOutput,
this.description,
this.predicate,
this.recommendation,
this.resourceSelector,
this.severity,
});