mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,20 +16,20 @@ tags: ['SDK', 'Software Development Kit', 'LoadAccountsTaskTask', 'V2024LoadAcco
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | System-generated unique ID of the task this taskStatus represents | [optional]
|
||||
**Type** | Pointer to **String** | Type of task this task represents | [optional]
|
||||
**Name** | Pointer to **String** | The name of the aggregation process | [optional]
|
||||
**Description** | Pointer to **String** | The description of the task | [optional]
|
||||
**Launcher** | Pointer to **String** | The user who initiated the task | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | The Task creation date | [optional]
|
||||
**Launched** | Pointer to **System.DateTime** | The task start date | [optional]
|
||||
**Completed** | Pointer to **System.DateTime** | The task completion date | [optional]
|
||||
**CompletionStatus** | Pointer to **Enum** [ "SUCCESS", "WARNING", "ERROR", "TERMINATED", "TEMP_ERROR" ] | Task completion status. | [optional]
|
||||
**ParentName** | Pointer to **String** | Name of the parent task if exists. | [optional]
|
||||
**Messages** | Pointer to [**[]LoadAccountsTaskTaskMessagesInner**](load-accounts-task-task-messages-inner) | List of the messages dedicated to the report. From task definition perspective here usually should be warnings or errors. | [optional]
|
||||
**Progress** | Pointer to **String** | Current task state. | [optional]
|
||||
**Attributes** | Pointer to [**LoadAccountsTaskTaskAttributes**](load-accounts-task-task-attributes) | | [optional]
|
||||
**Returns** | Pointer to [**[]LoadAccountsTaskTaskReturnsInner**](load-accounts-task-task-returns-inner) | Return values from the task | [optional]
|
||||
**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**](load-accounts-task-task-messages-inner) | 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**](load-accounts-task-task-attributes) | | [optional]
|
||||
**Returns** | [**[]LoadAccountsTaskTaskReturnsInner**](load-accounts-task-task-returns-inner) | Return values from the task | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user