DefenderForStorageSettingPropertiesResponse

data class DefenderForStorageSettingPropertiesResponse(val isEnabled: Boolean? = null, val malwareScanning: MalwareScanningPropertiesResponse? = null, val overrideSubscriptionLevelSettings: Boolean? = null, val sensitiveDataDiscovery: SensitiveDataDiscoveryPropertiesResponse? = null)

Defender for Storage resource properties.

Constructors

constructor(isEnabled: Boolean? = null, malwareScanning: MalwareScanningPropertiesResponse? = null, overrideSubscriptionLevelSettings: Boolean? = null, sensitiveDataDiscovery: SensitiveDataDiscoveryPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

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