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, which is a part of the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically within version 2.3.0 of the .NET library."],["The `RevocationDetails` class, inheriting from `Object`, is designed to provide fields that are relevant to the revocation of a certificate."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing certificate revocation data."],["The `RevocationDetails` class offers two constructors: one default constructor and another that accepts an existing `Certificate.Types.RevocationDetails` instance for copying."],["Key properties within `RevocationDetails` include `RevocationState` which indicates the reason for revocation, and `RevocationTime`, which specifies the exact time of the revocation event."]]],[]]