GetFolderCustomModuleResult

data class GetFolderCustomModuleResult(val ancestorModule: String, val customConfig: GoogleCloudSecuritycenterV1CustomConfigResponse, val displayName: String, val enablementState: String, val lastEditor: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(ancestorModule: String, customConfig: GoogleCloudSecuritycenterV1CustomConfigResponse, displayName: String, enablementState: String, lastEditor: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If empty, indicates that the custom module was created in the organization, folder, or project in which you are viewing the custom module. Otherwise, ancestor_module specifies the organization or folder from which the custom module is inherited.

Link copied to clipboard

The user specified custom configuration for the module.

Link copied to clipboard

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

The editor that last updated the custom module.

Link copied to clipboard

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.

Link copied to clipboard

The time at which the custom module was last updated.