mirror of
https://github.com/rancher/types.git
synced 2025-08-31 12:48:45 +00:00
add principalType to search
This commit is contained in:
@@ -64,7 +64,8 @@ type Principal struct {
|
||||
}
|
||||
|
||||
type SearchPrincipalsInput struct {
|
||||
Name string `json:"name" norman:"type=string,required,notnullable"`
|
||||
Name string `json:"name" norman:"type=string,required,notnullable"`
|
||||
PrincipalType string `json:"principalType,omitempty" norman:"type=enum,options=user|group"`
|
||||
}
|
||||
|
||||
type ChangePasswordInput struct {
|
||||
|
Reference in New Issue
Block a user