PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModule

data class PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModule(val config: PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfig, val displayName: String? = null, val id: String? = null, val moduleEnablementState: String? = null)

Constructors

constructor(config: PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfig, displayName: String? = null, id: String? = null, moduleEnablementState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom module details. Structure is documented below.

Link copied to clipboard
val displayName: 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.

Link copied to clipboard
val id: String? = null

(Output) A server generated id of custom module.

Link copied to clipboard

The state of enablement for the module at its level of the resource hierarchy. Possible values are: ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED.