Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1CustomConfig

Defines the properties in a custom module configuration for Security Health Analytics. Use the custom module configuration to create custom detectors that generate custom findings for resources that you specify.

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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV1CustomConfig : IDirectResponseSchema

Properties

CustomOutput

Custom output properties.

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

Description

Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks.

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

The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated.

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

Recommendation

An explanation of the recommended steps that security teams can take to resolve the detected issue. This explanation is returned with each finding generated by this module in the nextSteps property of the finding JSON.

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

ResourceSelector

The resource types that the custom module operates on. Each custom module can specify up to 5 resource types.

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

Severity

The severity to assign to findings generated by the module.

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