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.
309
+
310
+
```yaml
311
+
Type: String
312
+
Parameter Sets: Get
313
+
Aliases:
314
+
315
+
Required: False
316
+
Position: Named
317
+
Default value: None
318
+
Accept pipeline input: False
319
+
Accept wildcard characters: False
320
+
```
321
+
322
+
### -Break
323
+
Wait for the .NET debugger to attach.
324
+
325
+
```yaml
326
+
Type: SwitchParameter
327
+
Parameter Sets: (All)
328
+
Aliases:
329
+
330
+
Required: False
331
+
Position: Named
332
+
Default value: None
333
+
Accept pipeline input: False
334
+
Accept wildcard characters: False
335
+
```
336
+
337
+
### -HttpPipelineAppend
338
+
SendAsync Pipeline Steps to be appended to the front of the pipeline.
339
+
340
+
```yaml
341
+
Type: SendAsyncStep[]
342
+
Parameter Sets: (All)
343
+
Aliases:
344
+
345
+
Required: False
346
+
Position: Named
347
+
Default value: None
348
+
Accept pipeline input: False
349
+
Accept wildcard characters: False
350
+
```
351
+
352
+
### -HttpPipelinePrepend
353
+
SendAsync Pipeline Steps to be prepended to the front of the pipeline.
354
+
355
+
```yaml
356
+
Type: SendAsyncStep[]
357
+
Parameter Sets: (All)
358
+
Aliases:
359
+
360
+
Required: False
361
+
Position: Named
362
+
Default value: None
363
+
Accept pipeline input: False
364
+
Accept wildcard characters: False
365
+
```
366
+
367
+
### -InputObject
368
+
Identity Parameter
369
+
370
+
```yaml
371
+
Type: IConfigApiBasedCmdletsIdentity
372
+
Parameter Sets: GetViaIdentity
373
+
Aliases:
374
+
375
+
Required: True
376
+
Position: Named
377
+
Default value: None
378
+
Accept pipeline input: True (ByValue)
379
+
Accept wildcard characters: False
380
+
```
381
+
382
+
### -Proxy
383
+
The URI for the proxy server to use.
384
+
385
+
```yaml
386
+
Type: Uri
387
+
Parameter Sets: (All)
388
+
Aliases:
389
+
390
+
Required: False
391
+
Position: Named
392
+
Default value: None
393
+
Accept pipeline input: False
394
+
Accept wildcard characters: False
395
+
```
396
+
397
+
### -ProxyCredential
398
+
Credentials for a proxy server to use for the remote call.
399
+
400
+
```yaml
401
+
Type: PSCredential
402
+
Parameter Sets: (All)
403
+
Aliases:
404
+
405
+
Required: False
406
+
Position: Named
407
+
Default value: None
408
+
Accept pipeline input: False
409
+
Accept wildcard characters: False
410
+
```
411
+
412
+
### -ProxyUseDefaultCredentials
413
+
Use the default credentials for the proxy.
414
+
415
+
```yaml
416
+
Type: SwitchParameter
417
+
Parameter Sets: (All)
418
+
Aliases:
419
+
420
+
Required: False
421
+
Position: Named
422
+
Default value: None
423
+
Accept pipeline input: False
424
+
Accept wildcard characters: False
425
+
```
292
426
### CommonParameters
293
427
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