Skip to main content

Configurationresponse

Properties

NameTypeDescriptionNotes
IdentityIdentity2[optional]
ConfigDetails[]ConfigurationdetailsresponseDetails of how work should be reassigned for an Identity[optional]

Examples

  • Prepare the resource
$Configurationresponse = Initialize-Configurationresponse  -Identity null `
-ConfigDetails null
  • Convert the resource to JSON
$Configurationresponse | ConvertTo-JSON

[Back to top]