FolderCustomModuleArgs

data class FolderCustomModuleArgs(val customConfig: Output<GoogleCloudSecuritycenterV1CustomConfigArgs>? = null, val displayName: Output<String>? = null, val enablementState: Output<FolderCustomModuleEnablementState>? = null, val folderId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<FolderCustomModuleArgs>

Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun FolderCustomModuleArgs(customConfig: Output<GoogleCloudSecuritycenterV1CustomConfigArgs>? = null, displayName: Output<String>? = null, enablementState: Output<FolderCustomModuleEnablementState>? = null, folderId: Output<String>? = null, name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FolderCustomModuleArgs

Properties

Link copied to clipboard

The user specified custom configuration for the module.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the Security Health Analytics custom module. This display name becomes the finding category for all findings that are returned by this custom module. The display name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only.

Link copied to clipboard

The enablement state of the custom module.

Link copied to clipboard
val folderId: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Immutable. The resource name of the custom module. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", or "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}" The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits.