authenticationTypes

@JvmName(name = "cscqvqwjifmkfwcp")
suspend fun authenticationTypes(value: Output<List<String>>)
@JvmName(name = "kxngaygkbqlmowgo")
suspend fun authenticationTypes(value: List<String>?)

Parameters

value

A set of SMB authentication methods. Possible values are NTLMv2, and Kerberos.


@JvmName(name = "cthvendopxbprjdl")
suspend fun authenticationTypes(vararg values: Output<String>)


@JvmName(name = "edkndponqjxevmpf")
suspend fun authenticationTypes(values: List<Output<String>>)
@JvmName(name = "mpwyupunqferlnxs")
suspend fun authenticationTypes(vararg values: String)

Parameters

values

A set of SMB authentication methods. Possible values are NTLMv2, and Kerberos.