ManagedClusterSecurityProfileDefenderArgs

data class ManagedClusterSecurityProfileDefenderArgs(val logAnalyticsWorkspaceResourceId: Output<String>? = null, val securityMonitoring: Output<ManagedClusterSecurityProfileDefenderSecurityMonitoringArgs>? = null) : ConvertibleToJava<ManagedClusterSecurityProfileDefenderArgs>

Microsoft Defender settings for the security profile.

Constructors

constructor(logAnalyticsWorkspaceResourceId: Output<String>? = null, securityMonitoring: Output<ManagedClusterSecurityProfileDefenderSecurityMonitoringArgs>? = null)

Properties

Link copied to clipboard

Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty.

Link copied to clipboard

Microsoft Defender threat detection for Cloud settings for the security profile.

Functions

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