public sealed class ContinuousValidationEvent : IMessage<ContinuousValidationEvent>, IEquatable<ContinuousValidationEvent>, IDeepCloneable<ContinuousValidationEvent>, IBufferMessage, IMessage
Represents an auditing event from Continuous Validation.
[[["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 page documents the `ContinuousValidationEvent` class, which is used for auditing events from Continuous Validation, and is part of the `Google.Cloud.BinaryAuthorization.V1Beta1` namespace."],["The `ContinuousValidationEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with various capabilities for message handling and object management."],["The class has two constructors, a default constructor `ContinuousValidationEvent()` and one that takes another `ContinuousValidationEvent` as a parameter, allowing for object creation and cloning."],["The class has properties to handle different event types, specifically `EventTypeCase`, `PodEvent` for pod events, and `UnsupportedPolicyEvent` for unsupported policy events."],["There are multiple versions of the `ContinuousValidationEvent`, where the latest version is 2.0.0-beta08, and this particular page details the 1.0.0-beta05 version."]]],[]]