User
User represents a user in Rancher
| Field / Type | Description |
|---|---|
apiVersion | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
description | Description provides a brief summary about the user. |
displayName | DisplayName is the user friendly name shown in the UI. |
enabled | Enabled indicates whether the user account is active. |
kind | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
me | Deprecated. Only used by /v3 Rancher API. |
metadata | No description provided. |
mustChangePassword | MustChangePassword is a flag that, if true, forces the user to change their password upon their next login. |
password | Deprecated. Password are stored in secrets in the cattle-local-user-passwords namespace. |
PrincipalIDs lists the authentication provider identities (e.g. GitHub, Keycloak or Active Directory) that are associated with this user account. | |
Status contains the most recent observed state of the user. | |
username | Username is the unique login identifier for the user. |