--- title: "VBRCloudSubUserResource" description: "Contains quota of cloud subuser resources. New-VBRCloudSubUserResource Set-VBRCloudSubUserResource" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudsubuserresource.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudSubUserResource" dateModified: "2026-08-19" --- # VBRCloudSubUserResource Contains quota of cloud subuser resources. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
If the quota is assigned to a subuser: cloud subuser ID. If the quota is not assigned to any subuser: NULL. |
|
CloudRepositoryId |
GUID |
Parent cloud tenant ID. |
|
RepositoryFriendlyName |
string |
Cloud subuser quota name. |
|
RepositoryQuota |
int |
Cloud subuser quota (Mb). If the quota is set to Unlimited, this property shows the quota of the parent cloud tenant. |
|
UsedSpace |
int |
Space used by the subuser (Mb). |
|
UsedSpacePercentage |
int |
Space used by the subuser (percents). |
|
IsUnlimited |
bool |
Indicates if the cloud subuser quota is unlimited (TRUE) or not (FALSE). |