PublicKeyArgs

data class PublicKeyArgs(val format: Output<PublicKeyFormat>, val key: Output<String>) : ConvertibleToJava<PublicKeyArgs>

A PublicKey describes a public key.

Constructors

Link copied to clipboard
fun PublicKeyArgs(format: Output<PublicKeyFormat>, key: Output<String>)

Functions

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

Properties

Link copied to clipboard
val format: Output<PublicKeyFormat>

The format of the public key.

Link copied to clipboard
val key: Output<String>

A public key. The padding and encoding must match with the KeyFormat value specified for the format field.