Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.46 KB

File metadata and controls

44 lines (36 loc) · 1.46 KB
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

authenticationStrength resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the custom authentication strength enforced in a conditional access policy.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationStrength",
  "authenticationStrengthId": "String",
  "authenticationStrengthResult": "String",
  "displayName": "String"
}