Class Subject
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
Inheritance
System.Object
Subject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class Subject
Fields
View SourceGroup
Declaration
public readonly GroupSubject Group
Field Value
| Type | Description |
|---|---|
| GroupSubject |
Kind
Required
Declaration
public readonly string Kind
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceAccount
Declaration
public readonly ServiceAccountSubject ServiceAccount
Field Value
| Type | Description |
|---|---|
| ServiceAccountSubject |
User
Declaration
public readonly UserSubject User
Field Value
| Type | Description |
|---|---|
| UserSubject |