Class: Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList::RevokedCertificate

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#certificate::String

Returns 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/*.



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.

Returns:



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.

Returns:



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