Class ContinuousValidationEvent.Types.UnsupportedPolicyEvent (1.0.0-beta05)

public sealed class UnsupportedPolicyEvent : IMessage<ContinuousValidationEvent.Types.UnsupportedPolicyEvent>, IEquatable<ContinuousValidationEvent.Types.UnsupportedPolicyEvent>, IDeepCloneable<ContinuousValidationEvent.Types.UnsupportedPolicyEvent>, IBufferMessage, IMessage

An event describing that the project policy is unsupported by CV.

Inheritance

Object > ContinuousValidationEvent.Types.UnsupportedPolicyEvent

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Constructors

UnsupportedPolicyEvent()

public UnsupportedPolicyEvent()

UnsupportedPolicyEvent(ContinuousValidationEvent.Types.UnsupportedPolicyEvent)

public UnsupportedPolicyEvent(ContinuousValidationEvent.Types.UnsupportedPolicyEvent other)
Parameter
NameDescription
otherContinuousValidationEvent.Types.UnsupportedPolicyEvent

Properties

Description

public string Description { get; set; }

A description of the unsupported policy.

Property Value
TypeDescription
String