| title | recoveryJobEntityNameAndIdsFilter resource type |
|---|---|
| description | Filters recovery jobs to only include changes for specific entities identified by type and ID. |
| author | yuhko-msft |
| ms.date | 03/04/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-id |
| doc_type | resourcePageType |
Namespace: microsoft.graph.entraRecoveryServices
[!INCLUDE beta-disclaimer]
Filters a recovery job to only include changes for specific entities identified by type and ID. Used as filteringCriteria in Create recoveryPreviewJob and Create recoveryJob operations.
Inherits from microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase.
| Property | Type | Description |
|---|---|---|
| filterValues | microsoft.graph.entraRecoveryServices.entityTypeAndIds collection | The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter",
"filterValues": [
{
"@odata.type": "microsoft.graph.entraRecoveryServices.entityTypeAndIds"
}
]
}