Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Namespace: microsoft.graph
A collection of groups that are enabled to use an authentication method as part of an authentication method policy in Microsoft Entra ID.
The following types are derived from this resource type:
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Object Id of a Microsoft Entra user or group. |
| isRegistrationRequired | Boolean | Determines if the user is enforced to register the authentication method. |
| targetType | authenticationMethodTargetType | The possible values are: user, group. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodTarget",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"targetType": "String"
}