Ceritificate Authority Service V1 API - Class Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate (v0.2.1)

Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate.

Describes a revoked Certificate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate

def certificate() -> ::String
Returns
  • (::String) — The resource name for the Certificate in the format projects/*/locations/*/caPools/*/certificates/*.

#certificate=

def certificate=(value) -> ::String
Parameter
  • value (::String) — The resource name for the Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
Returns
  • (::String) — The resource name for the Certificate in the format projects/*/locations/*/caPools/*/certificates/*.

#hex_serial_number

def hex_serial_number() -> ::String
Returns

#hex_serial_number=

def hex_serial_number=(value) -> ::String
Parameter
  • value (::String) — The serial number of the Certificate.
Returns

#revocation_reason

def revocation_reason() -> ::Google::Cloud::Security::PrivateCA::V1::RevocationReason

#revocation_reason=

def revocation_reason=(value) -> ::Google::Cloud::Security::PrivateCA::V1::RevocationReason
Parameter