GoogleApi.PrivateCA.V1beta1.Model.CertificateRevocationList (google_api_private_ca v0.4.1) View Source
A CertificateRevocationList corresponds to a signed X.509 certificate Revocation List (CRL). A CRL contains the serial numbers of certificates that should no longer be trusted.
Attributes
-
accessUrl(type:String.t, default:nil) - Output only. The location where 'pem_crl' can be accessed. -
createTime(type:DateTime.t, default:nil) - Output only. The time at which this CertificateRevocationList was created. -
labels(type:map(), default:nil) - Optional. Labels with user-defined metadata. -
name(type:String.t, default:nil) - Output only. The resource path for this CertificateRevocationList in the formatprojects/*/locations/*/certificateAuthorities/*/ certificateRevocationLists/*. -
pemCrl(type:String.t, default:nil) - Output only. The PEM-encoded X.509 CRL. -
revokedCertificates(type:list(GoogleApi.PrivateCA.V1beta1.Model.RevokedCertificate.t), default:nil) - Output only. The revoked serial numbers that appear in pem_crl. -
sequenceNumber(type:String.t, default:nil) - Output only. The CRL sequence number that appears in pem_crl. -
state(type:String.t, default:nil) - Output only. The State for this CertificateRevocationList. -
updateTime(type:DateTime.t, default:nil) - Output only. The time at which this CertificateRevocationList was updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PrivateCA.V1beta1.Model.CertificateRevocationList{
accessUrl: String.t(),
createTime: DateTime.t(),
labels: map(),
name: String.t(),
pemCrl: String.t(),
revokedCertificates: [
GoogleApi.PrivateCA.V1beta1.Model.RevokedCertificate.t()
],
sequenceNumber: String.t(),
state: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.