Skip to content

Commit 4a99172

Browse files
Update New-CsTeamsShiftsConnection.md
Adding authorization parameter
1 parent 93b35d9 commit 4a99172

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

teams/teams-ps/teams/New-CsTeamsShiftsConnection.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ This cmdlet creates a new workforce management (WFM) connection.
1717
## SYNTAX
1818

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

2424
### NewExpanded
25-
```
25+
```powershell
2626
New-CsTeamsShiftsConnection -ConnectorId <string> -ConnectorSpecificSettings <IWfmConnectionRequestConnectorSpecificSettings> -Name <string> -State <string> [-Authorization <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

@@ -324,6 +324,21 @@ Accept pipeline input: False
324324
Accept wildcard characters: False
325325
```
326326
327+
### -Authorization
328+
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.
329+
330+
```yaml
331+
Type: String
332+
Parameter Sets: (All)
333+
Aliases:
334+
335+
Required: False
336+
Position: Named
337+
Default value: None
338+
Accept pipeline input: False
339+
Accept wildcard characters: False
340+
```
341+
327342
### CommonParameters
328343
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).
329344

0 commit comments

Comments
 (0)