Show / Hide Table of Contents

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.

Inheritance
System.Object
InputArgs
ResourceArgs
SubjectArgs
Inherited Members
ResourceArgs.Empty
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 Source

Group

Declaration
public Input<GroupSubjectArgs> Group { get; set; }
Property Value
Type Description
Input<GroupSubjectArgs>
View Source

Kind

Required

Declaration
public Input<string> Kind { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceAccount

Declaration
public Input<ServiceAccountSubjectArgs> ServiceAccount { get; set; }
Property Value
Type Description
Input<ServiceAccountSubjectArgs>
View Source

User

Declaration
public Input<UserSubjectArgs> User { get; set; }
Property Value
Type Description
Input<UserSubjectArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.