public sealed class Subject : IMessage<Kubernetes.Types.Subject>, IEquatable<Kubernetes.Types.Subject>, IDeepCloneable<Kubernetes.Types.Subject>, IBufferMessage, IMessage
Represents a Kubernetes Subject.
Implements
IMessage<Kubernetes.Types.Subject>, IEquatable<Kubernetes.Types.Subject>, IDeepCloneable<Kubernetes.Types.Subject>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Subject()
public Subject()
Subject(Kubernetes.Types.Subject)
public Subject(Kubernetes.Types.Subject other)
Parameter | |
---|---|
Name | Description |
other | Kubernetes.Types.Subject |
Properties
Kind
public Kubernetes.Types.Subject.Types.AuthType Kind { get; set; }
Authentication type for subject.
Property Value | |
---|---|
Type | Description |
Kubernetes.Types.Subject.Types.AuthType |
Name
public string Name { get; set; }
Name for subject.
Property Value | |
---|---|
Type | Description |
String |
Ns
public string Ns { get; set; }
Namespace for subject.
Property Value | |
---|---|
Type | Description |
String |