publicKeys

@JvmName(name = "pjvqcgkcgdqwvqrr")
suspend fun publicKeys(value: Output<List<String>>)
@JvmName(name = "qdfdkfhsymttolmk")
suspend fun publicKeys(value: List<String>?)

Parameters

value

A list of public keys to be used by this endpoint for authentication.


@JvmName(name = "jjbrkwjwnkaemgxw")
suspend fun publicKeys(vararg values: Output<String>)


@JvmName(name = "swfkcwnofbwjibyy")
suspend fun publicKeys(values: List<Output<String>>)
@JvmName(name = "xpcdnwxyywpxdfow")
suspend fun publicKeys(vararg values: String)

Parameters

values

A list of public keys to be used by this endpoint for authentication.