Options
All
  • Public
  • Public/Protected
  • All
Menu

UserInfo holds the information about the user needed to implement the user.Info interface.

export
interface

IoK8sApiAuthenticationV1UserInfo

Hierarchy

  • IoK8sApiAuthenticationV1UserInfo

Index

Properties

extra?: {}

Any additional information provided by the authenticator.

memberof

IoK8sApiAuthenticationV1UserInfo

Type declaration

  • [key: string]: string[]
groups?: string[]

The names of groups this user is a part of.

memberof

IoK8sApiAuthenticationV1UserInfo

uid?: string

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.

memberof

IoK8sApiAuthenticationV1UserInfo

username?: string

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

memberof

IoK8sApiAuthenticationV1UserInfo

Generated using TypeDoc