invalidUserLists

@JvmName(name = "hjkuchcajwwpiuda")
suspend fun invalidUserLists(value: Output<List<String>>)
@JvmName(name = "kffdassnjpeljoug")
suspend fun invalidUserLists(value: List<String>?)

Parameters

value

A list of users in the Active Directory that are not allowed to access the file share. Only valid if authentication is set to ActiveDirectory.


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


@JvmName(name = "pdopevkssdanocjr")
suspend fun invalidUserLists(values: List<Output<String>>)
@JvmName(name = "ysabmuwaivmbisgd")
suspend fun invalidUserLists(vararg values: String)

Parameters

values

A list of users in the Active Directory that are not allowed to access the file share. Only valid if authentication is set to ActiveDirectory.