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
> Please note that this parameter is in Private Preview.
171
171
172
-
Indicates the domains that are allowed to communicate with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `AllowSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
172
+
Specifies the external domains allowed to communicate with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `AllowSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
> Please note that this parameter is in Private Preview.
189
189
190
-
Indicates the domains that are blocked from communicating with the users of this policy. This is referenced only when `CommunicationWithExternalOrgs` is set to be `BlockSpecificExternalDomains`. Only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
190
+
Specifies the external domains blocked from communicating with users assigned to this policy. This setting is applicable only when `CommunicationWithExternalOrgs` is configured to `BlockSpecificExternalDomains`. This setting can be modified only in custom policy. In Global (default) policy `CommunicationWithExternalOrgs` can only be set to `OrganizationDefault` and cannot be changed.
> Please note that this parameter is in Private Preview.
207
207
208
-
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
208
+
Indicates how users assigned to the policy can communicate with external organizations (domains). This setting has 5 possible values:
209
209
210
-
- OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration.
211
-
- AllowAllExternalDomains: the users are open to communicate with all domains.
212
-
- AllowSpecificExternalDomains: the users can only communicate with the users of the domains defined in `AllowedExternalDomains`.
213
-
- BlockSpecificExternalDomains: only users from the domains defined in `BlockedExternalDomains` are blocked from communicating with the users of this policy.
214
-
- BlockAllExternalDomains: the users are not able to communicate with any external domains.
210
+
- OrganizationDefault: users follow the federation settings specified in `TenantFederationConfiguration`. This is the default value.
211
+
- AllowAllExternalDomains: users are allowed to communicate with all domains.
212
+
- AllowSpecificExternalDomains: users the users can communicate with external domains listed in `AllowedExternalDomains`.
213
+
- BlockSpecificExternalDomains: users are blocked from communicating with domains listed in `BlockedExternalDomains`.
214
+
- BlockAllExternalDomains: users cannot communicate with any external domains.
215
215
216
-
The setting only applies if `EnableFederationAccess` is true. Simiar to `AllowedExternalDomains` and `BlockedExternalDomains`, only custom policies can change this setting. In Global (default) policy this setting should be default value always and is not allowed to be changed.
216
+
The setting is only applicable when `EnableFederationAccess` is set to true. This setting can only be modified in custom policies. In the Global (default) policy, it is fixed to `OrganizationDefault` and cannot be changed.
0 commit comments