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 webpage provides documentation for the `Certificate.Types.RevocationDetails` class within the Google Cloud Security Private CA V1 API, detailing its structure and purpose."],["The `Certificate.Types.RevocationDetails` class is used to describe the revocation status of a certificate, such as the reason and time of revocation, within Google Cloud's Private Certificate Authority service."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating instances and copy constructor for instantiating a new object from an existing object."],["The documentation includes a list of available versions, from 1.0.0 up to 3.9.0, for the reference documentation of `Certificate.Types.RevocationDetails`, with 3.9.0 being the most recent."],["This documentation includes the properties `RevocationState`, to explain why the certificate was revoked, and `RevocationTime`, to record when the certificate was revoked."]]],[]]