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 the `Certificate.Types` structure."],["The `RevocationDetails` class is used to define fields related to the revocation of a `Certificate`, including why it was revoked and when it was revoked."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class can be constructed without arguments or with another instance of the `Certificate.Types.RevocationDetails` class."],["There are 2 properties of this class, `RevocationState` and `RevocationTime` which are of types `RevocationReason` and `Timestamp`, respectively."]]],[]]