tests/framework: Add User operations
This commit is contained in:
@ -54,3 +54,7 @@ type DefragOption struct {
|
||||
type LeaseOption struct {
|
||||
WithAttachedKeys bool
|
||||
}
|
||||
|
||||
type UserAddOptions struct {
|
||||
NoPassword bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user