users

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

Parameters

value

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


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


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

Parameters

values

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