You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is available only in the cloud-based service.
476
476
477
-
The ConditionalAccessPolicy parameter specifies the conditional access policy for Outlook on the web. Valid values are:
477
+
The ConditionalAccessPolicy parameter specifies the Outlook on the Web Policy for limited access. For this feature to properly work, you will need to additioanlly configure a Conditional Access policy in the Azure Active Directory Portal.
478
+
479
+
Valid values are:
478
480
479
481
- Off: No conditional access policy is applied to Outlook on the web. This is the default value.
480
482
481
-
- ReadOnly
483
+
- ReadOnly: Users can't download attachments to their local computer, and can't enable Offline Mode on non-compliant computers. They can still view attachments in the browser.
482
484
483
-
- ReadOnlyPlusAttachmentsBlocked
485
+
- ReadOnlyPlusAttachmentsBlocked: All restrictions from ReadOnly apply, but users can't view attachments in the browser.
484
486
485
487
```yaml
486
488
Type: Off | ReadOnly | ReadOnlyPlusAttachmentsBlocked
0 commit comments