Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/LoadAccountsTask.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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]