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.
Implements
IMessageContinuousValidationEventTypesConfigErrorEvent, IEquatableContinuousValidationEventTypesConfigErrorEvent, IDeepCloneableContinuousValidationEventTypesConfigErrorEvent, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Constructors
ConfigErrorEvent()
public ConfigErrorEvent()
ConfigErrorEvent(ConfigErrorEvent)
public ConfigErrorEvent(ContinuousValidationEvent.Types.ConfigErrorEvent other)
Parameter | |
---|---|
Name | Description |
other |
ContinuousValidationEventTypesConfigErrorEvent |
Properties
Description
public string Description { get; set; }
A description of the issue.
Property Value | |
---|---|
Type | Description |
string |