1
Deploy and manage a Microsoft 365 tenant
hard
Refer to the exhibit. You are reviewing a Conditional Access policy in Microsoft Entra ID. What is the effect of this policy?
Exhibit
Refer to the exhibit.
```json
{
"conditions": {
"applications": {
"includeApplications": ["Office365"]
},
"users": {
"includeUsers": ["All"]
},
"platforms": {
"includePlatforms": ["iOS", "Android"]
}
},
"grantControls": {
"builtInControls": ["mfa", "compliantDevice"]
}
}
```