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 Security Command Center v2 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 Security Command Center v2 API."],["The `Kubernetes.Types.Binding` class represents either a Kubernetes RoleBinding or a ClusterRoleBinding, and it inherits from the object class while implementing multiple interfaces."],["The `Kubernetes.Types.Binding` class has a namespace of `Google.Cloud.SecurityCenter.V2` and contains members that can be inherited, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors, `Binding()` and `Binding(Kubernetes.Types.Binding other)`, and it has properties such as `Name`, `Ns`, `Role`, and `Subjects`, which contain information about the Kubernetes binding."],["The class contains a `RepeatedField` property named `Subjects`, which lists one or more subjects bound to a role."]]],[]]