public sealed class Kubernetes.Types.Subject : IMessage<Kubernetes.Types.Subject>, IEquatable<Kubernetes.Types.Subject>, IDeepCloneable<Kubernetes.Types.Subject>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.Subject.
Represents a Kubernetes subject.
Implements
IMessageKubernetesTypesSubject, IEquatableKubernetesTypesSubject, IDeepCloneableKubernetesTypesSubject, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Subject()
public Subject()
Subject(Subject)
public Subject(Kubernetes.Types.Subject other)
Parameter | |
---|---|
Name | Description |
other | KubernetesTypesSubject |
Properties
Kind
public Kubernetes.Types.Subject.Types.AuthType Kind { get; set; }
Authentication type for the subject.
Property Value | |
---|---|
Type | Description |
KubernetesTypesSubjectTypesAuthType |
Name
public string Name { get; set; }
Name for the subject.
Property Value | |
---|---|
Type | Description |
string |
Ns
public string Ns { get; set; }
Namespace for the subject.
Property Value | |
---|---|
Type | Description |
string |