Skip to main content

Configurationdetailsresponse

Properties

NameTypeDescriptionNotes
ConfigTypeConfigtypeenum[optional]
TargetIdentityIdentity2[optional]
StartDateSystem.DateTimeThe date from which to start reassigning work items[optional]
EndDateSystem.DateTimeThe date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment.[optional]
AuditDetailsAuditdetails[optional]

Examples

  • Prepare the resource
$Configurationdetailsresponse = Initialize-Configurationdetailsresponse  -ConfigType null `
-TargetIdentity null `
-StartDate 2022-07-21T11:13:12.345Z `
-EndDate 0001-01-01T00:00Z `
-AuditDetails null
  • Convert the resource to JSON
$Configurationdetailsresponse | ConvertTo-JSON

[Back to top]