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
The list of the ACS resources (at least one) for which federation is enabled, when EnableAcsUsers is set to true. If EnableAcsUsers is set to false, then this list is ignored and should be null/empty.
@@ -85,20 +71,6 @@ Accept pipeline input: False
85
71
Accept wildcard characters: False
86
72
```
87
73
88
-
### -BlockedAcsResources
89
-
90
-
List of blocked Azure Communication Services resources.
91
-
92
-
The ACS resources are listed using their immutable resource id, which is a guid that can be found on the Azure portal.
93
-
94
-
```yaml
95
-
Type: String[]
96
-
Position: Named
97
-
Default value: Empty/Null
98
-
Accept pipeline input: False
99
-
Accept wildcard characters: False
100
-
```
101
-
102
74
### -EnableAcsUsers
103
75
104
76
Set to True to enable federation between Teams and ACS. When set to False, all other parameters are ignored.
This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls. Possible values are: Unverified, External. When the value is set to Unverified, the ACS user label is displayed as 'Unverified' when an ACS user joins Teams meetings or calls. When the value is set to External, if an ACS user joins a Teams meeting or call from a resource listed in AllowAllAcsResources, their label should be displayed as 'External'.
116
+
This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls. Possible values are: Unverified, External. When the value is set to Unverified, the ACS user label is displayed as 'Unverified' when an ACS user joins Teams meetings or calls. When the value is set to External, if an ACS user joins a Teams meeting or call from a resource listed in AllowAcsResources, their label should be displayed as 'External'.
0 commit comments