Class CertificateCertificateDescription
- java.lang.Object
-
- com.pulumi.gcp.certificateauthority.outputs.CertificateCertificateDescription
-
public final class CertificateCertificateDescription extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateCertificateDescription.Builder
-
Method Summary
-
-
-
Method Detail
-
aiaIssuingCertificateUrls
public java.util.List<java.lang.String> aiaIssuingCertificateUrls()
- Returns:
- (Output) Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
-
authorityKeyIds
public java.util.List<CertificateCertificateDescriptionAuthorityKeyId> authorityKeyIds()
- Returns:
- (Output) Identifies the subjectKeyId of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1 Structure is documented below.
-
certFingerprints
public java.util.List<CertificateCertificateDescriptionCertFingerprint> certFingerprints()
- Returns:
- (Output) The hash of the x.509 certificate. Structure is documented below.
-
configValues
@Deprecated public java.util.List<CertificateCertificateDescriptionConfigValue> configValues()
Deprecated.Deprecated in favor of `x509_description`.- Returns:
- (Output, Deprecated) Describes some of the technical fields in a certificate. Structure is documented below.
-
crlDistributionPoints
public java.util.List<java.lang.String> crlDistributionPoints()
- Returns:
- (Output) Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
-
publicKeys
public java.util.List<CertificateCertificateDescriptionPublicKey> publicKeys()
- Returns:
- A PublicKey describes a public key. Structure is documented below.
-
subjectDescriptions
public java.util.List<CertificateCertificateDescriptionSubjectDescription> subjectDescriptions()
- Returns:
- (Output) Describes some of the values in a certificate that are related to the subject and lifetime. Structure is documented below.
-
subjectKeyIds
public java.util.List<CertificateCertificateDescriptionSubjectKeyId> subjectKeyIds()
- Returns:
- (Output) Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2. Structure is documented below.
-
x509Descriptions
public java.util.List<CertificateCertificateDescriptionX509Description> x509Descriptions()
- Returns:
- (Output) A structured description of the issued X.509 certificate. Structure is documented below.
-
builder
public static CertificateCertificateDescription.Builder builder()
-
builder
public static CertificateCertificateDescription.Builder builder(CertificateCertificateDescription defaults)
-
-