Certificate Authority Service V1beta1 API - Class Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList (v0.3.6)

Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::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

#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 path for this CertificateRevocationList in the format projects/*/locations/*/certificateAuthorities/*/ certificateRevocationLists/*.

#pem_crl

def pem_crl() -> ::String
Returns
  • (::String) — Output only. The PEM-encoded X.509 CRL.

#revoked_certificates

def revoked_certificates() -> ::Array<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList::RevokedCertificate>
Returns

#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::V1beta1::CertificateRevocationList::State

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns