Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList::RevokedCertificate
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList::RevokedCertificate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
Describes a revoked Certificate.
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
The resource path for the Certificate in the format
projects/*/locations/*/certificateAuthorities/*/certificates/*
. -
#hex_serial_number ⇒ ::String
The serial number of the Certificate.
-
#revocation_reason ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
The reason the Certificate was revoked.
Instance Attribute Details
#certificate ⇒ ::String
Returns The resource path for the Certificate in the format
projects/*/locations/*/certificateAuthorities/*/certificates/*
.
407 408 409 410 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 407 class RevokedCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hex_serial_number ⇒ ::String
Returns The serial number of the Certificate.
407 408 409 410 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 407 class RevokedCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revocation_reason ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Returns The reason the Certificate was revoked.
407 408 409 410 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 407 class RevokedCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |