authenticationTypes

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

Parameters

value

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


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


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

Parameters

values

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