Class: Google::Cloud::Security::PrivateCA::V1::Certificate::RevocationDetails

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 fields that are relavent to the revocation of a Certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_state::Google::Cloud::Security::PrivateCA::V1::RevocationReason

Returns Indicates why a Certificate was revoked.

Returns:



722
723
724
725
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 722

class RevocationDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#revocation_time::Google::Protobuf::Timestamp

Returns The time at which this Certificate was revoked.

Returns:



722
723
724
725
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 722

class RevocationDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end