--- title: "VBREPPermission" description: "Contains user access permissions for backup repositories used by Veeam Agent for Microsoft Windows backup jobs. Get-VBREPPermission Set-VBREPPermission" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbreppermission.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBREPPermission" dateModified: "2026-09-03" --- # VBREPPermission Contains user access permissions for backup repositories used by Veeam Agent for Microsoft Windows backup jobs. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
RepositoryId |
GUID |
ID of backup repository used to store Veeam Agent for Microsoft Windows backups. |
|
PermissionType |
Repository permission type. |
|
|
Users |
string[] |
Users or user groups allowed to use the repository. |
|
IsEncryptionEnabled |
bool |
Indicates if the Veeam Agent for Microsoft Windows backup data written to the repository is encrypted (TRUE) or not (FALSE). |
|
EncryptionKey |
Encryption key used for encryption. |