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
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.
144
+
145
+
```yaml
146
+
Type: String
147
+
Parameter Sets: Get1, GetViaIdentity1
148
+
Aliases:
149
+
150
+
Required: False
151
+
Position: Named
152
+
Default value: None
153
+
Accept pipeline input: False
154
+
Accept wildcard characters: False
155
+
```
156
+
157
+
### -Break
158
+
Wait for the .NET debugger to attach.
159
+
160
+
```yaml
161
+
Type: SwitchParameter
162
+
Parameter Sets: (All)
163
+
Aliases:
164
+
165
+
Required: False
166
+
Position: Named
167
+
Default value: None
168
+
Accept pipeline input: False
169
+
Accept wildcard characters: False
170
+
```
171
+
172
+
### -HttpPipelineAppend
173
+
SendAsync Pipeline Steps to be appended to the front of the pipeline.
174
+
175
+
```yaml
176
+
Type: SendAsyncStep[]
177
+
Parameter Sets: (All)
178
+
Aliases:
179
+
180
+
Required: False
181
+
Position: Named
182
+
Default value: None
183
+
Accept pipeline input: False
184
+
Accept wildcard characters: False
185
+
```
186
+
187
+
### -HttpPipelinePrepend
188
+
SendAsync Pipeline Steps to be prepended to the front of the pipeline.
189
+
190
+
```yaml
191
+
Type: SendAsyncStep[]
192
+
Parameter Sets: (All)
193
+
Aliases:
194
+
195
+
Required: False
196
+
Position: Named
197
+
Default value: None
198
+
Accept pipeline input: False
199
+
Accept wildcard characters: False
200
+
```
201
+
202
+
### -InputObject
203
+
Identity Parameter
204
+
205
+
```yaml
206
+
Type: IConfigApiBasedCmdletsIdentity
207
+
Parameter Sets: GetViaIdentity1, GetViaIdentity
208
+
Aliases:
209
+
210
+
Required: True
211
+
Position: Named
212
+
Default value: None
213
+
Accept pipeline input: True (ByValue)
214
+
Accept wildcard characters: False
215
+
```
216
+
217
+
### -Proxy
218
+
The URI for the proxy server to use.
219
+
220
+
```yaml
221
+
Type: Uri
222
+
Parameter Sets: (All)
223
+
Aliases:
224
+
225
+
Required: False
226
+
Position: Named
227
+
Default value: None
228
+
Accept pipeline input: False
229
+
Accept wildcard characters: False
230
+
```
231
+
232
+
### -ProxyCredential
233
+
Credentials for a proxy server to use for the remote call.
234
+
235
+
```yaml
236
+
Type: PSCredential
237
+
Parameter Sets: (All)
238
+
Aliases:
239
+
240
+
Required: False
241
+
Position: Named
242
+
Default value: None
243
+
Accept pipeline input: False
244
+
Accept wildcard characters: False
245
+
```
246
+
247
+
### -ProxyUseDefaultCredentials
248
+
Use the default credentials for the proxy.
249
+
250
+
```yaml
251
+
Type: SwitchParameter
252
+
Parameter Sets: (All)
253
+
Aliases:
254
+
255
+
Required: False
256
+
Position: Named
257
+
Default value: None
258
+
Accept pipeline input: False
259
+
Accept wildcard characters: False
260
+
```
261
+
118
262
### CommonParameters
119
263
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).
0 commit comments