Skip to main content

LoadUncorrelatedAccountsTask

Properties

NameTypeDescriptionNotes
SuccessBooleanThe status of the result[optional] [default to $true]
TaskLoadUncorrelatedAccountsTaskTask[optional]

Examples

  • Prepare the resource
$LoadUncorrelatedAccountsTask = Initialize-PSSailpoint.V2024LoadUncorrelatedAccountsTask  -Success true `
-Task null
  • Convert the resource to JSON
$LoadUncorrelatedAccountsTask | ConvertTo-JSON

[Back to top]