invalidUserLists

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


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