Skip to main content

LoadUncorrelatedAccountsTaskTaskAttributes

Properties

NameTypeDescriptionNotes
QpocJobIdStringThe id of qpoc job[optional]
TaskStartDelay[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0the task start delay value[optional]

Examples

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

[Back to top]