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."],[[["This documentation page provides reference information for the `Certificate.Types.RevocationDetails` class within the Google Cloud Security Private CA v1 API."],["The `Certificate.Types.RevocationDetails` class describes the revocation details of a certificate, including the reason for revocation and the time it was revoked."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing the revocation information."],["The class includes properties such as `RevocationState` to indicate the revocation reason and `RevocationTime` to show when the certificate was revoked, both of which are essential for managing certificate status."],["Multiple versions of this documentation are available, ranging from version 1.0.0 to the latest version 3.9.0, allowing users to access the correct documentation for their specific API version."]]],[]]