Class GoogleCloudSecuritycenterV1CustomConfig
Inheritance
GoogleCloudSecuritycenterV1CustomConfig
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1CustomConfig : IDirectResponseSchema
Properties
CustomOutput
Declaration
[JsonProperty("customOutput")]
public virtual GoogleCloudSecuritycenterV1CustomOutputSpec CustomOutput { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Predicate
Declaration
[JsonProperty("predicate")]
public virtual Expr Predicate { get; set; }
Property Value
Recommendation
Declaration
[JsonProperty("recommendation")]
public virtual string Recommendation { get; set; }
Property Value
ResourceSelector
Declaration
[JsonProperty("resourceSelector")]
public virtual GoogleCloudSecuritycenterV1ResourceSelector ResourceSelector { get; set; }
Property Value
Severity
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Implements