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 will be unable to download attachments to their local computer and enable Offline Mode on non compliant computers. They will still be able to view their attachments in the browser.
482
484
483
-
- ReadOnlyPlusAttachmentsBlocked
485
+
- ReadOnlyPlusAttachmentsBlocked - In this mode all restrictions apply from the ReadOnly mode in addition they will not be able to view attachments even in the browser.
484
486
485
487
```yaml
486
488
Type: Off | ReadOnly | ReadOnlyPlusAttachmentsBlocked
0 commit comments