authentication resource type
Namespace: microsoft.graph
Exposes authentication method states for users and relationships that represent the authentication methods supported by Microsoft Entra ID.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
emailMethods | emailAuthenticationMethod collection | The email address registered to a user for authentication. |
fido2Methods | fido2AuthenticationMethod collection | Represents the FIDO2 security keys registered to a user for authentication. |
methods | authenticationMethod collection | Represents all authentication methods registered to a user. |
microsoftAuthenticatorMethods | microsoftAuthenticatorAuthenticationMethod collection | The details of the Microsoft Authenticator app registered to a user for authentication. |
operations | longRunningOperation collection | Represents the status of a long-running operation, such as a password reset operation. |
passwordMethods | passwordAuthenticationMethod collection | Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. |
phoneMethods | phoneAuthenticationMethod collection | The phone numbers registered to a user for authentication. |
softwareOathMethods | softwareOathAuthenticationMethod collection | The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. |
temporaryAccessPassMethods | temporaryAccessPassAuthenticationMethod collection | Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. |
windowsHelloForBusinessMethods | windowsHelloForBusinessAuthenticationMethod collection | Represents the Windows Hello for Business authentication method registered to a user for authentication. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authentication"
}