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