excludeTarget resource type
Namespace: microsoft.graph
Represents the users or groups of users that are excluded from a policy.
Properties
Property | Type | Description |
---|---|---|
id | String | The object identifier of an Azure Active Directory user or group. |
targetType | authenticationMethodTargetType | The type of the authentication method target. Possible values are: user , group , unknownFutureValue . |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.excludeTarget",
"id": "String (identifier)",
"targetType": "String"
}
Feedback
Submit and view feedback for