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 Center v1 API, across various versions."],["The `Kubernetes.Types.Binding` class represents a Kubernetes RoleBinding or ClusterRoleBinding, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties like `Name`, `Ns`, `Role`, and `Subjects`, allowing interaction with the data pertaining to the binding such as its name, namespace, associated role, and the subjects bound to it."],["Constructors are available to create new `Binding` objects, either as an empty instance or as a copy of another existing `Binding`."],["The `Google.Cloud.SecurityCenter.V1` namespace and `Google.Cloud.SecurityCenter.V1.dll` assembly are essential components for utilizing this class in a .NET project."]]],[]]