conditionalAccessPolicyDetail resource type
Namespace: microsoft.graph
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"
}
}