--- title: "VBREntraIDTenantBackupJob" description: "Contains settings of a backup job for a Microsoft Entra ID tenant. Add-VBREntraIDTenantBackupJob Get-VBREntraIDTenantBackupJob Set-VBREntraIDTenantBackupJob" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrentraidtenantbackupjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBREntraIDTenantBackupJob" dateModified: "2026-08-19" --- # VBREntraIDTenantBackupJob Contains settings of a backup job for a Microsoft Entra ID tenant. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
Guid |
Backup job ID. |
|
Name |
String |
Backup job name. |
|
Description |
String |
Backup job description. |
|
Tenant |
VBREntraIDTenant |
Protected Microsoft Entra ID tenant. |
|
RetentionType |
VBRRetentionType |
Retention type for the backup job. |
|
RetentionPolicy |
Int32 |
Retention policy in days. |
|
NotificationOptions |
Notification options. |
|
|
EnableSchedule |
Boolean |
Defines if the backup jobs runs by a schedule. |
|
ScheduleOptions |
ScheduleOptions |
Schedule options. |
|
ParentScheduleId |
Guid |
ID of the job after which the backup job is scheduled to be run. |
|
EncryptionOptions |
Encryption options. |