publicKeys

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

Parameters

value

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


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


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

Parameters

values

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