public sealed class Binding : IMessage<Kubernetes.Types.Binding>, IEquatable<Kubernetes.Types.Binding>, IDeepCloneable<Kubernetes.Types.Binding>, IBufferMessage, IMessage
Represents a Kubernetes RoleBinding or ClusterRoleBinding.
[[["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 document provides a comprehensive overview of the `Kubernetes.Types.Binding` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically for .NET development."],["The `Binding` class represents a Kubernetes RoleBinding or ClusterRoleBinding, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `Binding()` constructor and a `Binding(Kubernetes.Types.Binding other)` constructor, allowing for object duplication."],["Key properties of the `Binding` class include `Name`, `Ns`, `Role`, and `Subjects`, which provide information about the binding's name, namespace, associated role, and subjects."],["A history of previous versions of the `Google.Cloud.SecurityCenter.V1` package is available, with the latest being 3.24.0, and previous version listed being as low as 2.2.0."]]],[]]