Defender For Storage Setting Properties Args
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)