Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 971 Bytes

File metadata and controls

43 lines (33 loc) · 971 Bytes
title description author ms.localizationpriority ms.subservice doc_type
includeTarget resource type
Defines the users and groups that are included in a set of changes.
msft-poulomi
medium
entra-sign-in
resourcePageType

includeTarget resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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. 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"
}