public sealed class Kubernetes.Types.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 document provides reference documentation for the `Kubernetes.Types.Binding` class within the Google Cloud Security Command Center v1 API, detailing its purpose as a representation of a Kubernetes RoleBinding or ClusterRoleBinding."],["The `Kubernetes.Types.Binding` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling, equality checks, deep cloning, and buffer management within the .NET environment."],["The documentation outlines the available constructors for creating `Binding` objects, either as a default instance or by copying an existing `Kubernetes.Types.Binding` object, and details the parameters involved."],["The `Binding` class properties include `Name`, `Ns` (Namespace), `Role`, and `Subjects`, which are used to define the specifics of the Kubernetes binding, including the name, namespace, the role being bound, and the subjects associated with the binding."],["The document also outlines a list of version numbers for the api ranging from 2.2.0 to 3.24.0, with the latest being 3.24.0, meaning users can find specific documentation depending on their needs."]]],[]]