Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/LoadAccountsTask.md
2025-05-07 14:37:48 +00:00

943 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-load-accounts-task LoadAccountsTask LoadAccountsTask LoadAccountsTask powershellsdk
powershell
PowerShell
sdk
LoadAccountsTask
V2024LoadAccountsTask
/tools/sdk/powershell/v2024/models/load-accounts-task
SDK
Software Development Kit
LoadAccountsTask
V2024LoadAccountsTask

LoadAccountsTask

Properties

Name Type Description Notes
Success Boolean The status of the result [optional] [default to $true]
Task LoadAccountsTaskTask [optional]

Examples

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

[Back to top]