Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::Certificate::RevocationDetails.
Describes fields that are relavent to the revocation of a Certificate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#revocation_state
def revocation_state() -> ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Returns
- (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — Indicates why a Certificate was revoked.
#revocation_state=
def revocation_state=(value) -> ::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason
Parameter
- value (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — Indicates why a Certificate was revoked.
Returns
- (::Google::Cloud::Security::PrivateCA::V1beta1::RevocationReason) — Indicates why a Certificate was revoked.
#revocation_time
def revocation_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this Certificate was revoked.
#revocation_time=
def revocation_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this Certificate was revoked.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this Certificate was revoked.