ManagedClusterSecurityProfileDefenderSecurityMonitoringArgs

data class ManagedClusterSecurityProfileDefenderSecurityMonitoringArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedClusterSecurityProfileDefenderSecurityMonitoringArgs>

Microsoft Defender settings for the security profile threat detection.

Constructors

constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable Defender threat detection

Functions

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