usernames

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


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