Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_url
def access_url() -> ::String
Returns
- (::String) — Output only. The location where 'pem_crl' can be accessed.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which this CertificateRevocationList was created.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels with user-defined metadata.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels with user-defined metadata.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels with user-defined metadata.
#name
def name() -> ::String
Returns
-
(::String) — Output only. The resource name for this
CertificateRevocationList
in the format
projects/*/locations/*/caPools/*certificateAuthorities/*/ certificateRevocationLists/*
.
#pem_crl
def pem_crl() -> ::String
Returns
- (::String) — Output only. The PEM-encoded X.509 CRL.
#revision_id
def revision_id() -> ::String
Returns
- (::String) — Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
#revoked_certificates
def revoked_certificates() -> ::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate>
Returns
- (::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate>) — Output only. The revoked serial numbers that appear in pem_crl.
#sequence_number
def sequence_number() -> ::Integer
Returns
- (::Integer) — Output only. The CRL sequence number that appears in pem_crl.
#state
def state() -> ::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::State
Returns
- (::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::State) — Output only. The State for this CertificateRevocationList.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which this CertificateRevocationList was updated.