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