public sealed class Certificate.Types.ManagedCertificate.Types.ProvisioningIssue : IMessage<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IEquatable<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IDeepCloneable<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class Certificate.Types.ManagedCertificate.Types.ProvisioningIssue.
Information about issues with provisioning a Managed Certificate.
Output only. Human readable explanation about the issue. Provided to
help address the configuration issues. Not guaranteed to be stable. For
programmatic access use Reason enum.
[[["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 document provides reference documentation for the `Certificate.Types.ManagedCertificate.Types.ProvisioningIssue` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.4.0."],["The `ProvisioningIssue` class is designed to hold information regarding issues that occur during the provisioning of a managed certificate, such as a human-readable explanation in the Details property, or the Reason property that will output the type of error."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various functionalities within the .NET environment."],["The `ProvisioningIssue` class has two constructors: a default constructor and one that accepts another `ProvisioningIssue` object for copying, allowing for the creation of new instances and the duplication of existing ones."],["The document also lists the availables versions for this type, from 1.0.0-beta02 all the way to 2.8.0(latest)."]]],[]]