Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.58 KB

File metadata and controls

43 lines (35 loc) · 1.58 KB
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

recoveryJobEntityNamesFilter resource type

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.

Properties

Property Type Description
entityTypes microsoft.graph.entraRecoveryServices.resourceTypeName collection The list of entity types to include in the recovery job.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter",
  "entityTypes": [
    "String"
  ]
}