Public Key Config Args
data class PublicKeyConfigArgs(val callerReference: Output<String>, val comment: Output<String>? = null, val encodedKey: Output<String>, val name: Output<String>) : ConvertibleToJava<PublicKeyConfigArgs>
Properties
Link copied to clipboard
A string included in the request to help make sure that the request can't be replayed.
Link copied to clipboard
The public key that you can use with signed URLs and signed cookies , or with field-level encryption .