conditionalAccessPolicyDetail resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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