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

Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::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 path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

#certificate=

def certificate=(value) -> ::String
Parameter
  • value (::String) — The resource path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.
Returns
  • (::String) — The resource path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/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::V1beta1::RevocationReason

#revocation_reason=

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