DefenderForStorageSettingPropertiesArgs

data class DefenderForStorageSettingPropertiesArgs(val isEnabled: Output<Boolean>? = null, val malwareScanning: Output<MalwareScanningPropertiesArgs>? = null, val overrideSubscriptionLevelSettings: Output<Boolean>? = null, val sensitiveDataDiscovery: Output<SensitiveDataDiscoveryPropertiesArgs>? = null) : ConvertibleToJava<DefenderForStorageSettingPropertiesArgs>

Defender for Storage resource properties.

Constructors

Link copied to clipboard
constructor(isEnabled: Output<Boolean>? = null, malwareScanning: Output<MalwareScanningPropertiesArgs>? = null, overrideSubscriptionLevelSettings: Output<Boolean>? = null, sensitiveDataDiscovery: Output<SensitiveDataDiscoveryPropertiesArgs>? = null)

Properties

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

Indicates whether Defender for Storage is enabled on this storage account.

Link copied to clipboard

Properties of Malware Scanning.

Link copied to clipboard

Indicates whether the settings defined for this storage account should override the settings defined for the subscription.

Link copied to clipboard

Properties of Sensitive Data Discovery.

Functions

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