| title | includeTarget resource type |
|---|---|
| description | Defines the users and groups that are included in a set of changes. |
| author | msft-poulomi |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines the users and groups that are included in a set of changes.
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the entity targeted. |
| targetType | authenticationMethodTargetType | The kind of entity targeted. The possible values are: user, group. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.includeTarget",
"id": "String (identifier)",
"targetType": "String"
}