publicKeys

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

Parameters

value

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


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


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

Parameters

values

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