Name | Type | Description | Notes |
---|---|---|---|
id | str | A non-modifiable, globally unique ID chosen by the system. | [optional] |
name | str | The name of the object (e.g., a file system or snapshot). | [optional] |
api_token | AdminApiToken | [optional] | |
create_api_token | bool | Create a new API token. | [optional] |
api_token_timeout | int | Expire api-token after this period (in milliseconds). | [optional] |
delete_api_token | bool | Delete this user's API token. | [optional] |
old_password | str | Old user password. | [optional] |
password | str | User password. | [optional] |
public_key | str | Public key for SSH access. Supported key types are `Ed25519` and `RSA`. | [optional] |
is_local | bool | Returns a value of `true` if the user is local to the machine, otherwise `false`. | [optional] |