Smb Setting Response
data class SmbSettingResponse(val authenticationMethods: String? = null, val channelEncryption: String? = null, val kerberosTicketEncryption: String? = null, val multichannel: MultichannelResponse? = null, val versions: String? = null)
Setting for SMB protocol
Constructors
Link copied to clipboard
constructor(authenticationMethods: String? = null, channelEncryption: String? = null, kerberosTicketEncryption: String? = null, multichannel: MultichannelResponse? = null, versions: String? = null)
Properties
Link copied to clipboard
SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'.
Link copied to clipboard
SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'.
Link copied to clipboard
Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'
Link copied to clipboard
Multichannel setting. Applies to Premium FileStorage only.