Class SubjectArgs
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.
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.Inputs.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class SubjectArgs : ResourceArgs
Properties
View SourceGroup
Declaration
public Input<GroupSubjectArgs> Group { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupSubjectArgs> |
Kind
Required
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccount
Declaration
public Input<ServiceAccountSubjectArgs> ServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceAccountSubjectArgs> |
User
Declaration
public Input<UserSubjectArgs> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<UserSubjectArgs> |