attributes

@JvmName(name = "peofxxklsjntjjbu")
suspend fun attributes(value: Output<List<Map<String, String>>>)
@JvmName(name = "dgppliksnghowsem")
suspend fun attributes(value: List<Map<String, String>>?)

Parameters

value

A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication.


@JvmName(name = "dswhnhkbavjlsqjo")
suspend fun attributes(vararg values: Output<Map<String, String>>)


@JvmName(name = "kqxqbmonsvmnrexv")
suspend fun attributes(values: List<Output<Map<String, String>>>)
@JvmName(name = "qschbbftvsjuhotn")
suspend fun attributes(vararg values: Map<String, String>)

Parameters

values

A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication.