Class CertificateConfigPublicKey
- java.lang.Object
-
- com.pulumi.gcp.certificateauthority.outputs.CertificateConfigPublicKey
-
public final class CertificateConfigPublicKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateConfigPublicKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertificateConfigPublicKey.Builder
builder()
static CertificateConfigPublicKey.Builder
builder(CertificateConfigPublicKey defaults)
java.lang.String
format()
java.util.Optional<java.lang.String>
key()
-
-
-
Method Detail
-
format
public java.lang.String format()
- Returns:
- The format of the public key. Currently, only PEM format is supported. Possible values are: `KEY_TYPE_UNSPECIFIED`, `PEM`.
-
key
public java.util.Optional<java.lang.String> key()
- Returns:
- 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.
-
builder
public static CertificateConfigPublicKey.Builder builder()
-
builder
public static CertificateConfigPublicKey.Builder builder(CertificateConfigPublicKey defaults)
-
-