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:
committed by
GitHub
parent
b5fb46b182
commit
054202acf6
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user