adminUserLists

@JvmName(name = "ujlherxomgwsyrpb")
suspend fun adminUserLists(value: Output<List<String>>)
@JvmName(name = "vqcmnbireanpewgl")
suspend fun adminUserLists(value: List<String>?)

Parameters

value

A list of users in the Active Directory that have admin access to the file share. Only valid if authentication is set to ActiveDirectory.


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


@JvmName(name = "qgfqlnqteyafgcqj")
suspend fun adminUserLists(values: List<Output<String>>)
@JvmName(name = "ijupjufeqqvvuait")
suspend fun adminUserLists(vararg values: String)

Parameters

values

A list of users in the Active Directory that have admin access to the file share. Only valid if authentication is set to ActiveDirectory.