invalidUserLists

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


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