mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Adding me field to user type
This commit is contained in:
committed by
Darren Shepherd
parent
ed80832abc
commit
e18b4a9cae
@@ -28,6 +28,7 @@ type User struct {
|
||||
Password string `json:"password,omitempty" norman:"writeOnly,noupdate"`
|
||||
MustChangePassword bool `json:"mustChangePassword,omitempty"`
|
||||
PrincipalIDs []string `json:"principalIds,omitempty" norman:"type=array[reference[Principal]]"`
|
||||
Me bool `json:"me,omitempty"`
|
||||
}
|
||||
|
||||
type Group struct {
|
||||
|
Reference in New Issue
Block a user