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-04-09 UTC."],[[["This webpage provides documentation for the `BinaryAuthorization` class within the `Google.Cloud.Container.V1` namespace, specifically for .NET development."],["The latest version documented is 3.33.0, and the page also includes documentation for multiple previous versions, starting from 2.3.0, all of which are linked."],["The `BinaryAuthorization` class is used for configuring Binary Authorization for container images, with a property called \"Enabled\" to toggle this feature on or off."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Two constructors are available for the `BinaryAuthorization` class, one with no arguments and another that takes an instance of the same class as a parameter."]]],[]]