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 role in certificate revocation."],["The `Certificate.Types.RevocationDetails` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, describes fields relevant to the revocation of a certificate and has several implementations such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `RevocationDetails` has two properties, `RevocationState`, which indicates why a certificate was revoked, and `RevocationTime`, indicating when the certificate was revoked."],["The content also lists the available versions from `3.9.0` to `1.0.0`, with the latest version being `3.9.0`, for the class `Certificate.Types.RevocationDetails`."],["There are also available public constructors, with one being the default constructor `RevocationDetails()` and another being `RevocationDetails(Certificate.Types.RevocationDetails other)` where you pass in a `Certificate.Types.RevocationDetails` object."]]],[]]