appliedConditionalAccessPolicy resource type

Namespace: microsoft.graph

Indicates the attributes related to applied conditional access policy or policies that are triggered by the corresponding sign-in activity.

Properties

Property Type Description
displayName String Refers to the Name of the conditional access policy (example: “Require MFA for Salesforce”).
enforcedGrantControls String collection Refers to the grant controls enforced by the conditional access policy (example: “Require multi-factor authentication”).
enforcedSessionControls String collection Refers to the session controls enforced by the conditional access policy (example: “Require app enforced controls”).
id String An identifier of the conditional access policy.
result appliedConditionalAccessPolicyResult Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions weren't met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue.

JSON representation

Here's a JSON representation of the resource.

{
  "displayName": "String",
  "enforcedGrantControls": ["String"],
  "enforcedSessionControls": ["String"],
  "id": "String",
  "result": "String"
}