Google Cloud Security Command Center v1 API - Class Kubernetes.Types.Binding (3.4.0)

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.

Inheritance

Object > Kubernetes.Types.Binding

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Binding()

public Binding()

Binding(Kubernetes.Types.Binding)

public Binding(Kubernetes.Types.Binding other)
Parameter
NameDescription
otherKubernetes.Types.Binding

Properties

Name

public string Name { get; set; }

Name for binding.

Property Value
TypeDescription
String

Ns

public string Ns { get; set; }

Namespace for binding.

Property Value
TypeDescription
String

Role

public Kubernetes.Types.Role Role { get; set; }

The Role or ClusterRole referenced by the binding.

Property Value
TypeDescription
Kubernetes.Types.Role

Subjects

public RepeatedField<Kubernetes.Types.Subject> Subjects { get; }

Represents the subjects(s) bound to the role. Not always available for PATCH requests.

Property Value
TypeDescription
RepeatedField<Kubernetes.Types.Subject>