Skip to main content

LoaduncorrelatedaccountstaskTaskAttributes

Properties

NameTypeDescriptionNotes
QpocJobIdStringThe id of qpoc job[optional]
TaskStartDelayAnyTypethe task start delay value[optional]

Examples

  • Prepare the resource
$LoaduncorrelatedaccountstaskTaskAttributes = Initialize-LoaduncorrelatedaccountstaskTaskAttributes  -QpocJobId 5d303d46-fc51-48cd-9c6d-4e211e3ab63c `
-TaskStartDelay
  • Convert the resource to JSON
$LoaduncorrelatedaccountstaskTaskAttributes | ConvertTo-JSON

[Back to top]