public sealed class Binding : IMessage<Kubernetes.Types.Binding>, IEquatable<Kubernetes.Types.Binding>, IDeepCloneable<Kubernetes.Types.Binding>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.Binding.
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 webpage provides documentation for the `Kubernetes.Types.Binding` class within the Google Cloud Security Center v1 API, specifically for the .NET environment, with the current version being 3.7.0, while version 3.24.0 is the latest."],["The `Kubernetes.Types.Binding` class represents either a Kubernetes RoleBinding or a ClusterRoleBinding and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists 38 different versions of the API, ranging from 2.2.0 up to the latest 3.24.0, allowing users to access specific documentation for older releases, all of which have the `Kubernetes.Types.Binding` class available."],["The `Binding` class includes properties like `Name`, `Ns`, `Role`, and `Subjects`, used to describe the binding's name, namespace, associated role, and bound subjects, respectively."],["It contains public constructors and inherited members from object like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()` and `Object.ToString()`."]]],[]]