--- title: "VBRCloudSubTenant" description: "Contains cloud subtenant. Cloud Subtenants Get-VBRCloudSubTenant Set-VBRCloudSubTenant Remove-VBRCloudSubTenant" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudsubtenant.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudSubTenant" dateModified: "2026-08-19" --- # VBRCloudSubTenant Contains cloud subtenant. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Cloud subtenant ID. |
|
Name |
string |
Cloud subtenant name. The name is unique for the parent cloud tenant. |
|
Description |
string |
Cloud subtenant description. |
|
TenantId |
GUID |
Parent cloud tenant ID. |
|
Enabled |
bool |
Indicates if the cloud subtenant is enabled (TRUE) or disabled (FALSE). |
|
Password |
string |
Encrypted password hash. |
|
Resources |
Quota of cloud subtenant resources. |
|
|
Mode |
VBRCloudSubTenantMode |
Specifies cloud tenant mode: Common or AgentManagement. |