PublicKeyConfigArgs

data class PublicKeyConfigArgs(val callerReference: Output<String>, val comment: Output<String>? = null, val encodedKey: Output<String>, val name: Output<String>) : ConvertibleToJava<PublicKeyConfigArgs>

Constructors

Link copied to clipboard
constructor(callerReference: Output<String>, comment: Output<String>? = null, encodedKey: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val callerReference: Output<String>

A string included in the request to help make sure that the request can't be replayed.

Link copied to clipboard
val comment: Output<String>? = null

A comment to describe the public key. The comment cannot be longer than 128 characters.

Link copied to clipboard
val encodedKey: Output<String>

The public key that you can use with signed URLs and signed cookies , or with field-level encryption .

Link copied to clipboard
val name: Output<String>

A name to help identify the public key.

Functions

Link copied to clipboard
open override fun toJava(): PublicKeyConfigArgs