ManagedClusterSecurityProfileDefenderArgs

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

Microsoft Defender settings for the security profile.

Constructors

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

Functions

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

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.