Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.featureTarget",
"targetType": "String",
"id": "String (identifier)"
}