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
- (::String) — The serial number of the Certificate.
#hex_serial_number=
def hex_serial_number=(value) -> ::String
Parameter
- value (::String) — The serial number of the Certificate.
Returns
- (::String) — The serial number of the Certificate.
#revocation_reason
def revocation_reason() -> ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Returns
- (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — The reason the Certificate was revoked.
#revocation_reason=
def revocation_reason=(value) -> ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Parameter
- value (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — The reason the Certificate was revoked.
Returns
- (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — The reason the Certificate was revoked.