Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/LoadAccountsTask.md
2025-01-28 13:29:29 -05:00

974 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
beta-load-accounts-task LoadAccountsTask LoadAccountsTask LoadAccountsTask powershellsdk
powershell
PowerShell
sdk
LoadAccountsTask
BetaLoadAccountsTask
/tools/sdk/powershell/beta/models/load-accounts-task
SDK
Software Development Kit
LoadAccountsTask
BetaLoadAccountsTask

LoadAccountsTask

Properties

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

Examples

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

[Back to top]