| title | recoveryJobEntityNamesFilter resource type |
|---|---|
| description | Filters recovery jobs to only include changes for specified entity types. |
| 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 specified entity types (for example, only users, or only users and groups). Used as filteringCriteria in Create recoveryPreviewJob and Create recoveryJob operations.
Inherits from microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase.
| Property | Type | Description |
|---|---|---|
| entityTypes | microsoft.graph.entraRecoveryServices.resourceTypeName collection | The list of entity types to include in the recovery job. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter",
"entityTypes": [
"String"
]
}