Skip to main content
Schemaobject

io.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
optional

extra is any additional information provided by the authenticator.

groups array
optional

groups is the names of groups this user is a part of.

uid string
optional

uid 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
optional

username is the name that uniquely identifies this user among all active users.