Skip to main content

Configurationitemresponse

Properties

NameTypeDescriptionNotes
IdentityIdentity2[optional]
ConfigDetails[]ConfigurationdetailsresponseDetails 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

[Back to top]