excludeTarget resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the users or groups of users that are excluded from a policy.
Properties
Property | Type | Description |
---|---|---|
id | String | The object identifier of a Microsoft Entra group. |
targetType | authenticationMethodTargetType | The type of the authentication method target. Possible values are: group and unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.excludeTarget",
"id": "String (identifier)",
"targetType": "String"
}