UserInfo

com.coralogix.zio.k8s.model.authentication.v1.UserInfo
See theUserInfo companion object
case class UserInfo(extra: Optional[Map[String, Vector[String]]], groups: Optional[Vector[String]], uid: Optional[String], username: Optional[String])

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

Value parameters

extra

Any additional information provided by the authenticator.

groups

The names of groups this user is a part of.

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.

username

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Any additional information provided by the authenticator.

Any additional information provided by the authenticator.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The names of groups this user is a part of.

The names of groups this user is a part of.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

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.

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.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product