Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
A collection of groups enabled to use Microsoft Authenticator authentication methods policy in Microsoft Entra ID.
Properties
| Property | Type | Description | 
|---|---|---|
| authenticationMode | microsoftAuthenticatorAuthenticationMode | Determines which types of notifications can be used for sign-in. Possible values are: any, deviceBasedPush (passwordless only), push. | 
| id | String | Object ID of a Microsoft Entra user or group. | 
| isRegistrationRequired | Boolean | Determines whether the user is enforced to register the authentication method. Not supported. | 
| targetType | authenticationMethodTargetType | Possible values are: user, group. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
  "targetType": "String",
  "id": "String (identifier)",
  "isRegistrationRequired": "Boolean",
  "authenticationMode": "String"
}