| title | microsoftAuthenticatorAuthenticationMethodConfiguration resource type |
|---|---|
| description | Represents a Microsoft Authenticator authentication methods policy. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | Microsoft Authenticator |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a Microsoft Authenticator authentication methods policy. Authentication methods policies define configuration settings and users or groups that are enabled to use the authentication method.
Inherits from authenticationMethodConfiguration.
| Method | Return type | Description |
|---|---|---|
| Get | microsoftAuthenticatorAuthenticationMethodConfiguration | Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethodConfiguration object. |
| Update | microsoftAuthenticatorAuthenticationMethodConfiguration | Update the properties of a microsoftAuthenticatorAuthenticationMethodConfiguration object. |
| Delete | None | Reverts the microsoftAuthenticatorAuthenticationMethodConfiguration object to its default configuration. |
| Property | Type | Description |
|---|---|---|
| excludeTargets | excludeTarget collection | Groups of users that are excluded from the policy. |
| id | String | The authentication method policy identifier. |
| featureSettings | microsoftAuthenticatorFeatureSettings | A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only. |
| state | authenticationMethodState | The possible values are: enabled, disabled. |
| Relationship | Type | Description |
|---|---|---|
| includeTargets | microsoftAuthenticatorAuthenticationMethodTarget collection | A collection of groups that are enabled to use the authentication method. Expanded by default. |
The following JSON representation shows the resource type. The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"featureSettings": {
"@odata.type": "microsoft.graph.microsoftAuthenticatorFeatureSettings"
}
}