| 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 |
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.
| 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. |
None.
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"
}
}