Account Share Properties Smb Args
data class AccountSharePropertiesSmbArgs(val authenticationTypes: Output<List<String>>? = null, val channelEncryptionTypes: Output<List<String>>? = null, val kerberosTicketEncryptionTypes: Output<List<String>>? = null, val multichannelEnabled: Output<Boolean>? = null, val versions: Output<List<String>>? = null) : ConvertibleToJava<AccountSharePropertiesSmbArgs>
Properties
Link copied to clipboard
A set of SMB authentication methods. Possible values are NTLMv2
, and Kerberos
.
Link copied to clipboard
A set of SMB channel encryption. Possible values are AES-128-CCM
, AES-128-GCM
, and AES-256-GCM
.
Link copied to clipboard
A set of Kerberos ticket encryption. Possible values are RC4-HMAC
, and AES-256
.
Link copied to clipboard
Indicates whether multichannel is enabled. Defaults to false
. This is only supported on Premium storage accounts.