Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Container for navigation properties of resources for Microsoft Entra authentication methods.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
userRegistrationDetails | userRegistrationDetails | Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). |
userEventsSummary | userEventsSummary collection | Represents a specific user MFA/SSPR registration or reset event, including whether the event was successful, which authentication method was targeted, and failure reason if any. |
userMfaSignInSummary | userMfaSignInSummary collection | Represents the total count of MFA vs non-MFA sign-in counts for a specified period. |
userPasswordResetsAndChangesSummary | userPasswordResetsAndChangesSummary collection | Represents the summary of password resets and changes for a specific day. This includes the number of password resets that were self-service and those triggered by an administrator. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodsRoot",
"id": "String (identifier)"
}