attributes

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


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