UserInput
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Required | UID assigned to a user. |
organizationUid | String (uuid) | Required | UID assigned to a user organization. |
userName | String | Optional | User name. |
status | String | Optional | User status. Possible values:
|
role | String | Required | User role in Veeam Service Provider Console. Possible values:
|
profile | Subschema (UserProfile) | Required | User profile. |
credentials | Subschema (CredentialsInfo) | Optional, nullable | User credentials. |
backupResource | Subschema (UserBackupResourceInput) | Optional, nullable | Backup resource configured for a subtenant account. |
Property | Type | Attributes | Description |
---|---|---|---|
firstName | String | Optional, nullable | User first name. |
lastName | String | Optional, nullable | User last name. |
title | String | Optional | User title. Possible values:
|
String | Optional, nullable | User email address. | |
address | String | Required, nullable | Address of a user or user organization. |
phone | String | Required, nullable | Telephone number of a user or user organization. |
Property | Type | Attributes | Description |
---|---|---|---|
userName | String | Read-only | User name. |
password | String (password) | Optional, nullable | Password. |
Property | Type | Attributes | Description |
---|---|---|---|
companySiteBackupResourceUid | String (uuid) | Required | UID assigned to a company site backup resource. |
description | String | Optional | Subtenant user description. |
vcdUserId | String | Optional, nullable | UID assigned to a vCD Organization user account. |
resourceFriendlyName | String | Required | Friendly name of a subtenant backup resource. |
storageQuota | Integer (int64) | Optional, nullable | Subtenant quota, in bytes. |
isStorageQuotaUnlimited | Boolean | Optional | Defines whether a subtenant has unlimited quota. Default value is true. |