Google Cloud Security Command Center v1 API - Class Kubernetes.Types.Subject (3.20.0)

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.

Inheritance

object > Kubernetes.Types.Subject

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Subject()

public Subject()

Subject(Subject)

public Subject(Kubernetes.Types.Subject other)
Parameter
NameDescription
otherKubernetesTypesSubject

Properties

Kind

public Kubernetes.Types.Subject.Types.AuthType Kind { get; set; }

Authentication type for the subject.

Property Value
TypeDescription
KubernetesTypesSubjectTypesAuthType

Name

public string Name { get; set; }

Name for the subject.

Property Value
TypeDescription
string

Ns

public string Ns { get; set; }

Namespace for the subject.

Property Value
TypeDescription
string