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, which is used to manage certificate revocation information."],["The `RevocationDetails` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling certificate revocation data and compatibility with protobuf."],["The class provides two constructors: a default one, and one that allows for initialization using another `Certificate.Types.RevocationDetails` object."],["Key properties of the `RevocationDetails` class include `RevocationState`, which specifies the reason for revocation, and `RevocationTime`, indicating when the certificate was revoked."],["The webpage allows you to see different versions of this class, from version 1.0.0 to the latest version, 3.9.0, allowing for the exploration of the development of this class."]]],[]]