validUserLists

@JvmName(name = "skcjnvpxhmchxwwy")
suspend fun validUserLists(value: Output<List<String>>)
@JvmName(name = "njsgixqewkfgqvsg")
suspend fun validUserLists(value: List<String>?)

Parameters

value

A list of users in the Active Directory that are allowed to access the file share. If you need to specify an Active directory group, add '@' before the name of the group. It will be set on Allowed group in AWS console. Only valid if authentication is set to ActiveDirectory.


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


@JvmName(name = "ivqunhpflqumwlkx")
suspend fun validUserLists(values: List<Output<String>>)
@JvmName(name = "awqfukqswjsbjppi")
suspend fun validUserLists(vararg values: String)

Parameters

values

A list of users in the Active Directory that are allowed to access the file share. If you need to specify an Active directory group, add '@' before the name of the group. It will be set on Allowed group in AWS console. Only valid if authentication is set to ActiveDirectory.