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

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

Instance Attribute Details

#certificate::String

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



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.

Returns:



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