| title | excludeTarget resource type |
|---|---|
| description | Represents the users or groups of users that are excluded from a policy. |
| author | jpettere |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the users or groups of users that are excluded from a policy.
| Property | Type | Description |
|---|---|---|
| id | String | The object identifier of a Microsoft Entra user or group. |
| targetType | authenticationMethodTargetType | The type of the authentication method target. The possible values are: user, group, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.excludeTarget",
"id": "String (identifier)",
"targetType": "String"
}