Configurationitemresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | Identity2 | [optional] | |
| ConfigDetails | []Configurationdetailsresponse | Details of how work should be reassigned for an Identity | [optional] |
Examples
- Prepare the resource
$Configurationitemresponse = Initialize-Configurationitemresponse -Identity null `
-ConfigDetails null
- Convert the resource to JSON
$Configurationitemresponse | ConvertTo-JSON