Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Defines the users and groups that are included in a set of changes.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the entity targeted. |
| targetType | authenticationMethodTargetType | The kind of entity targeted. The possible values are: user, group. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.includeTarget",
"id": "String (identifier)",
"targetType": "String"
}