publicKeys

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

Parameters

value

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


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


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

Parameters

values

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