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."],[[["This webpage details the `RevocationDetails` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically in the context of certificate revocation."],["The `RevocationDetails` class describes fields relevant to the revocation of a certificate, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default `RevocationDetails()` and another that takes `Certificate.Types.RevocationDetails` as an argument."],["Key properties of this class include `RevocationState`, which indicates the reason for revocation, and `RevocationTime`, which represents when the certificate was revoked."],["The content is specific to various versions, from 1.0.0 to 3.9.0, of the Google.Cloud.Security.PrivateCA.V1 library, with 3.9.0 being the latest version."]]],[]]