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>