public sealed class BinaryAuthorization : IMessage<BinaryAuthorization>, IEquatable<BinaryAuthorization>, IDeepCloneable<BinaryAuthorization>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `Google.Cloud.Container.V1.BinaryAuthorization` is 3.33.0, and multiple previous versions, ranging from 3.32.0 down to 2.3.0, are also documented."],["The `BinaryAuthorization` class provides configuration for Binary Authorization, which, when enabled, validates all container images in a cluster."],["The `BinaryAuthorization` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `Enabled` property is a boolean that, when set to true, will enable Binary Authorization on a cluster, and it is the only property on this class."],["The `BinaryAuthorization` class contains two constructors, one default and another allowing for setting an instance of the class."]]],[]]