Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.29 KB

File metadata and controls

39 lines (33 loc) · 1.29 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
featureTarget resource type
Defines a single group, Microsoft Entra role, or administrative unit that is included or excluded in the settings specified in the authenticationMethodFeatureConfiguration object.
jpettere
intelligentaccesspm
medium
entra-sign-in
resourcePageType

featureTarget resource type

Namespace: microsoft.graph

Defines a single group, Microsoft Entra role, or administrative unit that is included or excluded in the settings specified in the authenticationMethodFeatureConfiguration object.

Properties

Property Type Description
id String The ID of the entity that's targeted in the include or exclude rule, or all_users to target all users.
targetType featureTargetType The kind of entity that's targeted. The possible values are: group, administrativeUnit, role, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.featureTarget",
  "id": "String (identifier)",
  "targetType": "String"
}