|
2475 | 2475 | "impactColour": "warning",
|
2476 | 2476 | "powershellEquivalent": "Set-CsExternalAccessPolicy",
|
2477 | 2477 | "recommendedBy": []
|
| 2478 | + }, |
| 2479 | + { |
| 2480 | + "name": "standards.TeamsFederationConfiguration", |
| 2481 | + "cat": "Teams Standards", |
| 2482 | + "tag": ["mediumimpact"], |
| 2483 | + "helpText": "Sets the properties of the Global federation configuration.", |
| 2484 | + "docsDescription": "Sets the properties of the Global federation configuration. Federation configuration settings determine whether or not your users can communicate with users who have SIP accounts with a federated organization.", |
| 2485 | + "addedComponent": [ |
| 2486 | + { |
| 2487 | + "type": "boolean", |
| 2488 | + "name": "standards.TeamsFederationConfiguration.AllowTeamsConsumer", |
| 2489 | + "label": "Allow users to communicate with other organizations" |
| 2490 | + }, |
| 2491 | + { |
| 2492 | + "type": "boolean", |
| 2493 | + "name": "standards.TeamsFederationConfiguration.AllowPublicUsers", |
| 2494 | + "label": "Allow users to communicate with Skype Users" |
| 2495 | + }, |
| 2496 | + { |
| 2497 | + "type": "Select", |
| 2498 | + "name": "standards.TeamsFederationConfiguration.DomainControl", |
| 2499 | + "label": "Communication Mode", |
| 2500 | + "values": [ |
| 2501 | + { |
| 2502 | + "label": "Allow all external domains", |
| 2503 | + "value": "AllowAllExternal" |
| 2504 | + }, |
| 2505 | + { |
| 2506 | + "label": "Block all external domains", |
| 2507 | + "value": "BlockAllExternal" |
| 2508 | + }, |
| 2509 | + { |
| 2510 | + "label": "Allow specific external domains", |
| 2511 | + "value": "AllowSpecificExternal" |
| 2512 | + }, |
| 2513 | + { |
| 2514 | + "label": "Block specific external domains", |
| 2515 | + "value": "BlockSpecificExternal" |
| 2516 | + } |
| 2517 | + ] |
| 2518 | + }, |
| 2519 | + { |
| 2520 | + "type": "input", |
| 2521 | + "name": "standards.TeamsFederationConfiguration.DomainList", |
| 2522 | + "label": "Domains, Comma separated" |
| 2523 | + } |
| 2524 | + ], |
| 2525 | + "label": "Federation Configuration for Microsoft Teams", |
| 2526 | + "impact": "Medium Impact", |
| 2527 | + "impactColour": "warning", |
| 2528 | + "powershellEquivalent": "Set-CsTenantFederationConfiguration", |
| 2529 | + "recommendedBy": [] |
2478 | 2530 | }
|
2479 | 2531 | ]
|
0 commit comments