public sealed class Certificate.Types.RevocationDetails : IMessage<Certificate.Types.RevocationDetails>, IEquatable<Certificate.Types.RevocationDetails>, IDeepCloneable<Certificate.Types.RevocationDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class Certificate.Types.RevocationDetails.
Describes fields that are relavent to the revocation of a
[Certificate][google.cloud.security.privateca.v1.Certificate].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation page covers the `Certificate.Types.RevocationDetails` class within the Google Cloud Security PrivateCA V1 API, specifically version 3.7.0."],["The `Certificate.Types.RevocationDetails` class is used to describe the details related to the revocation of a certificate."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `RevocationState` (of type `RevocationReason`) and `RevocationTime` (of type `Timestamp`), which describe the reason and time of certificate revocation."],["The documentation lists the different versions available from 1.0.0 up to the current latest 3.9.0 for the `Certificate.Types.RevocationDetails`."]]],[]]