mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
943 B
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 |
|
/tools/sdk/powershell/v2024/models/load-accounts-task |
|
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