Security Settings Args
data class SecuritySettingsArgs(val bitlockerBootVolume: Output<Boolean>? = null, val bitlockerDataVolumes: Output<Boolean>? = null, val credentialGuardEnforced: Output<Boolean>? = null, val driftControlEnforced: Output<Boolean>? = null, val drtmProtection: Output<Boolean>? = null, val hvciProtection: Output<Boolean>? = null, val sideChannelMitigationEnforced: Output<Boolean>? = null, val smbClusterEncryption: Output<Boolean>? = null, val smbSigningEnforced: Output<Boolean>? = null, val wdacEnforced: Output<Boolean>? = null) : ConvertibleToJava<SecuritySettingsArgs>
The SecuritySettings of AzureStackHCI Cluster.
Constructors
Link copied to clipboard
fun SecuritySettingsArgs(bitlockerBootVolume: Output<Boolean>? = null, bitlockerDataVolumes: Output<Boolean>? = null, credentialGuardEnforced: Output<Boolean>? = null, driftControlEnforced: Output<Boolean>? = null, drtmProtection: Output<Boolean>? = null, hvciProtection: Output<Boolean>? = null, sideChannelMitigationEnforced: Output<Boolean>? = null, smbClusterEncryption: Output<Boolean>? = null, smbSigningEnforced: Output<Boolean>? = null, wdacEnforced: Output<Boolean>? = null)