attributes

@JvmName(name = "ifkkprkjuklffcxq")
suspend fun attributes(value: Output<List<Map<String, String>>>)
@JvmName(name = "tvcwdqnuxycjkrcb")
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 = "afvgrxqiagycexnd")
suspend fun attributes(vararg values: Output<Map<String, String>>)


@JvmName(name = "aooppbrkqjwmsxsh")
suspend fun attributes(values: List<Output<Map<String, String>>>)
@JvmName(name = "oeqyswfxxsvbcrho")
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.