users

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

Parameters

value

user IDs that represent the entire list of users for the User Group.


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


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

Parameters

values

user IDs that represent the entire list of users for the User Group.