public sealed class ContinuousValidationEvent.Types.ConfigErrorEvent : IMessage<ContinuousValidationEvent.Types.ConfigErrorEvent>, IEquatable<ContinuousValidationEvent.Types.ConfigErrorEvent>, IDeepCloneable<ContinuousValidationEvent.Types.ConfigErrorEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class ContinuousValidationEvent.Types.ConfigErrorEvent.
An event describing a user-actionable configuration issue that prevents CV
from auditing.
[[["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-07-02 UTC."],[[["This document provides reference information for the `ContinuousValidationEvent.Types.ConfigErrorEvent` class within the Google Cloud Binary Authorization v1beta1 API."],["The `ConfigErrorEvent` class represents a user-actionable configuration issue that prevents Continuous Validation (CV) from performing audits."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and a copy constructor that takes another `ConfigErrorEvent` instance."],["It includes a `Description` property of type `string`, which is used to detail the specifics of the configuration error."]]],[]]