Google Cloud Securitycenter V1Custom Config Args
data class GoogleCloudSecuritycenterV1CustomConfigArgs(val customOutput: Output<GoogleCloudSecuritycenterV1CustomOutputSpecArgs>? = null, val description: Output<String>? = null, val predicate: Output<ExprArgs>? = null, val recommendation: Output<String>? = null, val resourceSelector: Output<GoogleCloudSecuritycenterV1ResourceSelectorArgs>? = null, val severity: Output<GoogleCloudSecuritycenterV1CustomConfigSeverity>? = null) : ConvertibleToJava<GoogleCloudSecuritycenterV1CustomConfigArgs>
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
Link copied to clipboard
fun GoogleCloudSecuritycenterV1CustomConfigArgs(customOutput: Output<GoogleCloudSecuritycenterV1CustomOutputSpecArgs>? = null, description: Output<String>? = null, predicate: Output<ExprArgs>? = null, recommendation: Output<String>? = null, resourceSelector: Output<GoogleCloudSecuritycenterV1ResourceSelectorArgs>? = null, severity: Output<GoogleCloudSecuritycenterV1CustomConfigSeverity>? = null)