publicKeys

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

Parameters

value

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


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


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

Parameters

values

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