View Source GoogleApi.PrivateCA.V1.Model.Certificate (google_api_private_ca v0.15.0)
A Certificate corresponds to a signed X.509 certificate issued by a CertificateAuthority.
Attributes
-
certificateDescription
(type:GoogleApi.PrivateCA.V1.Model.CertificateDescription.t
, default:nil
) - Output only. A structured description of the issued X.509 certificate. -
certificateTemplate
(type:String.t
, default:nil
) - Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the formatprojects/*/locations/*/certificateTemplates/*
. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate. -
config
(type:GoogleApi.PrivateCA.V1.Model.CertificateConfig.t
, default:nil
) - Immutable. A description of the certificate and key that does not require X.509 or ASN.1. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time at which this Certificate was created. -
issuerCertificateAuthority
(type:String.t
, default:nil
) - Output only. The resource name of the issuing CertificateAuthority in the formatprojects/*/locations/*/caPools/*/certificateAuthorities/*
. -
labels
(type:map()
, default:nil
) - Optional. Labels with user-defined metadata. -
lifetime
(type:String.t
, default:nil
) - Required. Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain. -
name
(type:String.t
, default:nil
) - Output only. The resource name for this Certificate in the formatprojects/*/locations/*/caPools/*/certificates/*
. -
pemCertificate
(type:String.t
, default:nil
) - Output only. The pem-encoded, signed X.509 certificate. -
pemCertificateChain
(type:list(String.t)
, default:nil
) - Output only. The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246. -
pemCsr
(type:String.t
, default:nil
) - Immutable. A pem-encoded X.509 certificate signing request (CSR). -
revocationDetails
(type:GoogleApi.PrivateCA.V1.Model.RevocationDetails.t
, default:nil
) - Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present. -
subjectMode
(type:String.t
, default:nil
) - Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, theDEFAULT
subject mode will be used. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time at which this Certificate was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PrivateCA.V1.Model.Certificate{ certificateDescription: GoogleApi.PrivateCA.V1.Model.CertificateDescription.t() | nil, certificateTemplate: String.t() | nil, config: GoogleApi.PrivateCA.V1.Model.CertificateConfig.t() | nil, createTime: DateTime.t() | nil, issuerCertificateAuthority: String.t() | nil, labels: map() | nil, lifetime: String.t() | nil, name: String.t() | nil, pemCertificate: String.t() | nil, pemCertificateChain: [String.t()] | nil, pemCsr: String.t() | nil, revocationDetails: GoogleApi.PrivateCA.V1.Model.RevocationDetails.t() | nil, subjectMode: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.