invalidUserLists

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


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