Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.86 KB

File metadata and controls

50 lines (43 loc) · 1.86 KB
title conditionalAccessPolicyDetail resource type
description Represents the configuration of a Microsoft recommended best-practice template for a Microsoft Entra Conditional Access policy.
author lisaychuang
ms.reviewer conditionalaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

conditionalAccessPolicyDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the configuration of the details property of a Microsoft recommended best-practice template for a Microsoft Entra conditional access policy.

Properties

Property Type Description
conditions conditionalAccessConditionSet Represents the type of conditions that govern when the policy applies.
grantControls conditionalAccessGrantControls Represents grant controls that must be fulfilled for the policy.
sessionControls conditionalAccessSessionControls Represents a complex type of session controls that is enforced after sign-in.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.conditionalAccessPolicyDetail",
  "conditions": {
    "@odata.type": "microsoft.graph.conditionalAccessConditionSet"
  },
  "grantControls": {
    "@odata.type": "microsoft.graph.conditionalAccessGrantControls"
  },
  "sessionControls": {
    "@odata.type": "microsoft.graph.conditionalAccessSessionControls"
  }
}