public sealed class 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."],[[["This webpage provides documentation for the `Certificate.Types.RevocationDetails` class within the Google Cloud Security Private CA v1 API, detailing its structure and usage."],["The `RevocationDetails` class describes the reasons and time associated with the revocation of a certificate, implementing several interfaces for message handling and object comparison."],["The documentation lists various versions of the API, from the latest version 3.9.0 down to 1.0.0, with links to the respective documentation pages for each."],["The `RevocationDetails` class has two properties, `RevocationState`, which indicates the revocation reason and `RevocationTime`, which is the timestamp of the certificate revocation."],["There are two constructors provided for the `RevocationDetails` class, the default and one that accepts another `RevocationDetails` object as a parameter."]]],[]]