1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

Revert "[2.4] Add UserInfo field to UserAttributes"

This commit is contained in:
Rajashree Mandaogane
2020-05-29 09:56:15 -07:00
committed by GitHub
parent b5fb46b182
commit 054202acf6
3 changed files with 0 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ const (
UserAttributeFieldRemoved = "removed"
UserAttributeFieldUUID = "uuid"
UserAttributeFieldUserName = "userName"
UserAttributeFieldUserPrincipal = "userPrincipal"
)
type UserAttribute struct {
@@ -30,5 +29,4 @@ type UserAttribute struct {
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"`
UserName string `json:"userName,omitempty" yaml:"userName,omitempty"`
UserPrincipal *Principal `json:"userPrincipal,omitempty" yaml:"userPrincipal,omitempty"`
}