Skip to content

Commit 2572300

Browse files
Update Get-CsTeamsShiftsConnection.md
Adding the authorization parameter documentation
1 parent 4a99172 commit 2572300

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

teams/teams-ps/teams/Get-CsTeamsShiftsConnection.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ This cmdlet returns the list of existing workforce management (WFM) connections.
1717
## SYNTAX
1818

1919
### Get (Default)
20-
```
20+
```powershell
2121
Get-CsTeamsShiftsConnection [-Authorization <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
2222
```
2323

2424
### Get1
25-
```
25+
```powershell
2626
Get-CsTeamsShiftsConnection -ConnectionId <string> [-Authorization <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
2727
```
2828

2929
### GetViaIdentity
30-
```
30+
```powershell
3131
Get-CsTeamsShiftsConnection -InputObject <IConfigApiBasedCmdletsIdentity> [-Authorization <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
3232
```
3333

@@ -231,6 +231,21 @@ Accept pipeline input: False
231231
Accept wildcard characters: False
232232
```
233233
234+
### -Authorization
235+
Used to provide the necessary credentials for authenticating and authorizing the connection to the workforce management (WFM) system. This parameter ensures that the connection has the appropriate permissions to access and manage the data within the WFM system.
236+
237+
```yaml
238+
Type: String
239+
Parameter Sets: (All)
240+
Aliases:
241+
242+
Required: False
243+
Position: Named
244+
Default value: None
245+
Accept pipeline input: False
246+
Accept wildcard characters: False
247+
```
248+
234249
### CommonParameters
235250
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
236251

0 commit comments

Comments
 (0)