usernames

@JvmName(name = "tcvqignirfjmseja")
suspend fun usernames(value: Output<List<String>>)
@JvmName(name = "obshgacpjkvclrcr")
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 = "fpocjbxcqpuxnbis")
suspend fun usernames(vararg values: Output<String>)


@JvmName(name = "dyadrowlpvyitouf")
suspend fun usernames(values: List<Output<String>>)
@JvmName(name = "srfpsejjxfgrvuow")
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.