Schemas
The following JSON schema is used to represent resources in the /users collection in the Veeam Backup for AWS REST API. Properties included in schema represent Veeam Backup for AWS user details. Some of the properties can be used as parameters in POST and PUT requests as well as for query parameter values in GET requests
User
Property | Type | Description |
---|---|---|
name | string | User name. Note that a user name used as an ID of the user in the Veeam Backup for AWS REST API. |
description | string | Description of the user. |
mfaEnabled | boolean | Defines whether MFA is enabled for the user. |
isDefault | boolean | Defines whether the user is the Default Admin. |
_links | array | A list of methods and operations available for the user in the Veeam Backup for AWS REST API, and request URLs used to perform the operations. |