Class UserSubject
UserSubject holds detailed information for user-kind subject.
Inheritance
System.Object
UserSubject
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 UserSubject
Fields
View SourceName
name is the username that matches, or "*" to match all usernames. Required.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |