Show / Hide Table of Contents

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.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class UserInfo

Fields

View Source

Extra

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>>
View Source

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>
View Source

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
View Source

Username

The name that uniquely identifies this user among all active users.

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.