| title | authenticationStrength resource type |
|---|---|
| description | Represents the custom authentication strength enforced in a conditional access policy. |
| author | egreenberg14 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the custom authentication strength enforced in a conditional access policy.
| Property | Type | Description |
|---|---|---|
| authenticationStrengthId | String | Identifier of the authentication strength. |
| authenticationStrengthResult | authenticationStrengthResult | The result of the authentication strength. The possible values are: notSet, skippedForProofUp, satisfied, singleChallengeRequired, multipleChallengesRequired, singleRegistrationRequired, multipleRegistrationsRequired, cannotSatisfyDueToCombinationConfiguration, cannotSatisfy, unknownFutureValue. |
| displayName | String | The name of the authentication strength. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationStrength",
"authenticationStrengthId": "String",
"authenticationStrengthResult": "String",
"displayName": "String"
}