mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
Set perms on password
This commit is contained in:
@@ -25,7 +25,7 @@ type User struct {
|
||||
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
UserName string `json:"userName,omitempty"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Password string `json:"password,omitempty" norman:"writeOnly,noupdate"`
|
||||
MustChangePassword bool `json:"mustChangePassword,omitempty"`
|
||||
PrincipalIDs []string `json:"principalIds,omitempty" norman:"type=array[reference[Principal]]"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user