| title | entityTypeAndIds resource type |
|---|---|
| description | Specifies an entity type and a list of entity IDs to scope recovery operations. |
| 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]
Specifies an entity type and a list of entity IDs to scope recovery operations. Used within recoveryJobEntityNameAndIdsFilter.
| Property | Type | Description |
|---|---|---|
| entityIds | String collection | The list of entity IDs for the specified entity type. |
| entityType | microsoft.graph.entraRecoveryServices.resourceTypeName | The type of directory entity. The possible values are: user, group, conditionalAccessPolicy, namedLocationPolicy, authenticationMethodPolicy, authorizationPolicy, authenticationStrengthPolicy, application, servicePrincipal, unknownFutureValue, oAuth2PermissionGrant, appRoleAssignment. You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuth2PermissionGrant, appRoleAssignment. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.entraRecoveryServices.entityTypeAndIds",
"entityType": "String",
"entityIds": [
"String"
]
}