public sealed class Certificate.Types.RevocationDetails : IMessage<Certificate.Types.RevocationDetails>, IEquatable<Certificate.Types.RevocationDetails>, IDeepCloneable<Certificate.Types.RevocationDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class Certificate.Types.RevocationDetails.
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 latest version of the `Certificate.Types.RevocationDetails` class is 3.9.0, with older versions ranging down to 1.0.0 available for reference."],["`Certificate.Types.RevocationDetails` is a class within the Google Cloud Security Private CA v1 API that describes details related to the revocation of a certificate."],["The `Certificate.Types.RevocationDetails` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like deep cloning and message handling."],["This class includes properties `RevocationState`, which indicates the reason for a certificate's revocation, and `RevocationTime`, which represents the timestamp of the revocation."],["The `Certificate.Types.RevocationDetails` class has two constructors: a default constructor, `RevocationDetails()`, and one that accepts another `RevocationDetails` object for copying, `RevocationDetails(RevocationDetails other)`."]]],[]]