GoogleCloudSecuritycenterV1CustomConfigResponse

data class GoogleCloudSecuritycenterV1CustomConfigResponse(val customOutput: GoogleCloudSecuritycenterV1CustomOutputSpecResponse, val description: String, val predicate: ExprResponse, val recommendation: String, val resourceSelector: GoogleCloudSecuritycenterV1ResourceSelectorResponse, val severity: String)

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.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The severity to assign to findings generated by the module.