usernames

@JvmName(name = "bybjbhacmvrjqrob")
suspend fun usernames(value: Output<List<String>>)
@JvmName(name = "mpyhvpswbheryvgd")
suspend fun usernames(value: List<String>?)

Parameters

value

A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication.


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


@JvmName(name = "cgtchecuvxlwhmos")
suspend fun usernames(values: List<Output<String>>)
@JvmName(name = "owkyxiicqnphuuri")
suspend fun usernames(vararg values: String)

Parameters

values

A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication.