Get Defender For Storage Result
data class GetDefenderForStorageResult(val id: String, val isEnabled: Boolean? = null, val malwareScanning: MalwareScanningPropertiesResponse? = null, val name: String, val overrideSubscriptionLevelSettings: Boolean? = null, val sensitiveDataDiscovery: SensitiveDataDiscoveryPropertiesResponse? = null, val type: String)
The Defender for Storage resource.
Constructors
Link copied to clipboard
constructor(id: String, isEnabled: Boolean? = null, malwareScanning: MalwareScanningPropertiesResponse? = null, name: String, overrideSubscriptionLevelSettings: Boolean? = null, sensitiveDataDiscovery: SensitiveDataDiscoveryPropertiesResponse? = null, type: String)