Certificate Config Public Key Args
data class CertificateConfigPublicKeyArgs(val format: Output<String>, val key: Output<String>? = null) : ConvertibleToJava<CertificateConfigPublicKeyArgs>
Properties
Link copied to clipboard
Required. A public key. When this is specified in a request, the padding and encoding can be any of the options described by the respective 'KeyType' value. When this is generated by the service, it will always be an RFC 5280 SubjectPublicKeyInfo structure containing an algorithm identifier and a key. A base64-encoded string.