public sealed class RevocationDetails : IMessage<Certificate.Types.RevocationDetails>, IEquatable<Certificate.Types.RevocationDetails>, IDeepCloneable<Certificate.Types.RevocationDetails>, IBufferMessage, IMessage
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."],[[["The `RevocationDetails` class in the `Google.Cloud.Security.PrivateCA.V1` namespace provides information about the revocation status of a Certificate."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities related to message handling and cloning."],["There are two constructors for the `RevocationDetails` class, one default and another that accepts another instance of `Certificate.Types.RevocationDetails` as a parameter."],["`RevocationDetails` has two properties: `RevocationState`, indicating the revocation reason, and `RevocationTime`, which indicates when the certificate was revoked."],["The page also includes links to prior versions of this component, from version 1.0.0 all the way up to the latest 3.9.0 version."]]],[]]