invalidUserLists

@JvmName(name = "slpvjndnsmwmeajq")
suspend fun invalidUserLists(value: Output<List<String>>)
@JvmName(name = "mpywurcapfvchtsu")
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 = "umltwewhxewjnfug")
suspend fun invalidUserLists(vararg values: Output<String>)


@JvmName(name = "cppgxwgsscqvuboo")
suspend fun invalidUserLists(values: List<Output<String>>)
@JvmName(name = "jjuamsrwifkumiba")
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.