Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1CustomConfig

Inheritance
object
GoogleCloudSecuritycenterV1CustomConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1CustomConfig : IDirectResponseSchema

Properties

CustomOutput

Declaration
[JsonProperty("customOutput")]
public virtual GoogleCloudSecuritycenterV1CustomOutputSpec CustomOutput { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV1CustomOutputSpec

Description

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Predicate

Declaration
[JsonProperty("predicate")]
public virtual Expr Predicate { get; set; }
Property Value
Type Description
Expr

Recommendation

Declaration
[JsonProperty("recommendation")]
public virtual string Recommendation { get; set; }
Property Value
Type Description
string

ResourceSelector

Declaration
[JsonProperty("resourceSelector")]
public virtual GoogleCloudSecuritycenterV1ResourceSelector ResourceSelector { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV1ResourceSelector

Severity

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX