SC-100 Design security operations, identity, and compliance capabilities • Set 6
SC-100 Design security operations, identity, and compliance capabilities Practice Test 6 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are reviewing a Conditional Access policy JSON in Microsoft Entra ID. The policy is not blocking any sign-ins even though there are high-risk users. What is the most likely reason?
Refer to the exhibit.
```json
{
"properties": {
"displayName": "Block high-risk sign-ins",
"conditions": {
"userRiskLevels": ["high"],
"signInRiskLevels": [],
"applications": {
"includeApplications": ["All"]
}
},
"grantControls": {
"builtInControls": ["block"],
"operator": "OR"
}
}
}
```