Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.33 KB

File metadata and controls

45 lines (38 loc) · 2.33 KB
title authenticationAppPolicyDetails resource type
description Provides details of the Microsoft Entra policies applied to a user and client authentication app during the authentication step.
author egreenberg14
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

authenticationAppPolicyDetails resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides details of the Microsoft Entra policies applied to a user and client authentication app during the authentication step.

Properties

Property Type Description
adminConfiguration authenticationAppAdminConfiguration The admin configuration of the policy on the user's authentication app. For a policy that does not impact the success/failure of the authentication, the evaluation defaults to notApplicable. The possible values are: notApplicable, enabled, disabled, unknownFutureValue.
authenticationEvaluation authenticationAppEvaluation Evaluates the success/failure of the authentication based on the admin configuration of the policy on the user's client authentication app. The possible values are: success, failure, unknownFutureValue.
policyName String The name of the policy enforced on the user's authentication app.
status authenticationAppPolicyStatus Refers to whether the policy executed as expected on the user's client authentication app. The possible values are: unknown, appLockOutOfDate, appLockEnabled, appLockDisabled, appContextOutOfDate, appContextShown, appContextNotShown, locationContextOutOfDate, locationContextShown, locationContextNotShown, numberMatchOutOfDate, numberMatchCorrectNumberEntered, numberMatchIncorrectNumberEntered, numberMatchDeny, tamperResistantHardwareOutOfDate, tamperResistantHardwareUsed, tamperResistantHardwareNotUsed, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationAppPolicyDetails",
  "policyName": "String",
  "adminConfiguration": "String",
  "status": "String",
  "authenticationEvaluation": "String"
}