Class UserInfo
UserInfo holds the information about the user needed to implement the user.Info interface.
Inheritance
System.Object
UserInfo
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.Authentication.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class UserInfo
Fields
View SourceExtra
Any additional information provided by the authenticator.
Declaration
public readonly ImmutableDictionary<string, ImmutableArray<string>> Extra
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Collections.Immutable.ImmutableArray<System.String>> |
Groups
The names of groups this user is a part of.
Declaration
public readonly ImmutableArray<string> Groups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Uid
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
Declaration
public readonly string Uid
Field Value
| Type | Description |
|---|---|
| System.String |
Username
The name that uniquely identifies this user among all active users.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |