users

@JvmName(name = "qljjxlkxmohmwiti")
suspend fun users(value: Output<List<String>>)
@JvmName(name = "eljvymmjfwxxmenq")
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 = "yiiqqhjteaxxgcep")
suspend fun users(vararg values: Output<String>)


@JvmName(name = "wxshujxughrbtafi")
suspend fun users(values: List<Output<String>>)
@JvmName(name = "dxwattnqpipyvogq")
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.