users

@JvmName(name = "aureapoqjgffnruq")
suspend fun users(value: Output<List<String>>)
@JvmName(name = "rflrypplkugdualu")
suspend fun users(value: List<String>?)

Parameters

value

List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.


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


@JvmName(name = "wamxdmogbuhespbl")
suspend fun users(values: List<Output<String>>)
@JvmName(name = "eyhgvvbstqcqqekc")
suspend fun users(vararg values: String)

Parameters

values

List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.