attributes

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


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