Skip to main content

LoadAccountsTask

Properties

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

Examples

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

[Back to top]