mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
2.5 KiB
2.5 KiB
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-task | LoadAccountsTaskTask | LoadAccountsTaskTask | LoadAccountsTaskTask | powershellsdk |
|
/tools/sdk/powershell/v2024/models/load-accounts-task-task |
|
LoadAccountsTaskTask
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | System-generated unique ID of the task this taskStatus represents | [optional] |
| Type | String | Type of task this task represents | [optional] |
| Name | String | The name of the aggregation process | [optional] |
| Description | String | The description of the task | [optional] |
| Launcher | String | The user who initiated the task | [optional] |
| Created | System.DateTime | The Task creation date | [optional] |
| Launched | System.DateTime | The task start date | [optional] |
| Completed | System.DateTime | The task completion date | [optional] |
| CompletionStatus | Enum [ "SUCCESS", "WARNING", "ERROR", "TERMINATED", "TEMP_ERROR" ] | Task completion status. | [optional] |
| ParentName | String | Name of the parent task if exists. | [optional] |
| Messages | []LoadAccountsTaskTaskMessagesInner | List of the messages dedicated to the report. From task definition perspective here usually should be warnings or errors. | [optional] |
| Progress | String | Current task state. | [optional] |
| Attributes | LoadAccountsTaskTaskAttributes | [optional] | |
| Returns | []LoadAccountsTaskTaskReturnsInner | Return values from the task | [optional] |
Examples
- Prepare the resource
$LoadAccountsTaskTask = Initialize-PSSailpoint.V2024LoadAccountsTaskTask -Id ef38f94347e94562b5bb8424a56397d8 `
-Type QUARTZ `
-Name Cloud Account Aggregation `
-Description Aggregate from the specified application `
-Launcher John Doe `
-Created null `
-Launched null `
-Completed null `
-CompletionStatus Success `
-ParentName Audit Report `
-Messages [] `
-Progress Initializing... `
-Attributes null `
-Returns null
- Convert the resource to JSON
$LoadAccountsTaskTask | ConvertTo-JSON