Show / Hide Table of Contents

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 Source

Group

Declaration
public readonly GroupSubject Group
Field Value
Type Description
GroupSubject
View Source

Kind

Required

Declaration
public readonly string Kind
Field Value
Type Description
System.String
View Source

ServiceAccount

Declaration
public readonly ServiceAccountSubject ServiceAccount
Field Value
Type Description
ServiceAccountSubject
View Source

User

Declaration
public readonly UserSubject User
Field Value
Type Description
UserSubject
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.