Class: Google::Cloud::Security::PrivateCA::V1beta1::Certificate::RevocationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::Certificate::RevocationDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
Describes fields that are relavent to the revocation of a Certificate.
Instance Attribute Summary collapse
-
#revocation_state ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Indicates why a Certificate was revoked.
-
#revocation_time ⇒ ::Google::Protobuf::Timestamp
The time at which this Certificate was revoked.
Instance Attribute Details
#revocation_state ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Returns Indicates why a Certificate was revoked.
487 488 489 490 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 487 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.
487 488 489 490 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 487 class RevocationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |