usernames

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


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