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 page details the `Binding` class within the `Google.Cloud.SecurityCenter.V1.Kubernetes.Types` namespace, which represents a Kubernetes RoleBinding or ClusterRoleBinding."],["The `Binding` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new Binding objects, with or without initial data."],["Key properties of the `Binding` class include `Name`, `Ns` (namespace), `Role`, and `Subjects`, which describe the binding's name, namespace, associated role, and bound subjects, respectively."],["The page lists available documentation for various versions of this class, from version 2.2.0 to the latest 3.24.0, with the documentation of each version being accessible through a hyperlink."]]],[]]