Schema
objectio.k8s.api.authentication.v1.UserInfo
UserInfo holds the information about the user needed to implement the user.Info interface.
- Source
specs/apis__authentication.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
extra object
optionalextra is any additional information provided by the authenticator.
groups array
optionalgroups is the names of groups this user is a part of.
uid string
optionaluid is 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.
username string
optionalusername is the name that uniquely identifies this user among all active users.