mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
Update to python SDK docs: 14039047827
This commit is contained in:
@@ -36,7 +36,7 @@ unique_name='Cloud Account Aggregation',
|
||||
description='Aggregates from the specified application.',
|
||||
parent_name='Cloud Account Aggregation',
|
||||
executor='sailpoint.task.ServiceTaskExecutor',
|
||||
arguments={ }
|
||||
arguments={mantisExecutor=com.sailpoint.mantis.sources.task.AccountAggregationTask, eventClassesCsv=sailpoint.thunderbolt.events.AggregationEvents, serviceClass=sailpoint.thunderbolt.service.AggregationService, serviceMethod=accountAggregationTask}
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
**completion_status** | **Enum** [ 'SUCCESS', 'WARNING', 'ERROR', 'TERMINATED', 'TEMP_ERROR' ] | Report completion status. | [optional]
|
||||
**messages** | [**[]TaskResultDetailsMessagesInner**](task-result-details-messages-inner) | List of the messages dedicated to the report. From task definition perspective here usually should be warnings or errors. | [optional]
|
||||
**returns** | [**[]TaskResultDetailsReturnsInner**](task-result-details-returns-inner) | Task definition results, if necessary. | [optional]
|
||||
**attributes** | **map[string]object** | Extra attributes map(dictionary) needed for the report. | [optional]
|
||||
**attributes** | **object** | Extra attributes map(dictionary) needed for the report. | [optional]
|
||||
**progress** | **str** | Current report state. | [optional]
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ from sailpoint.v2024.models.task_result_details import TaskResultDetails
|
||||
task_result_details = TaskResultDetails(
|
||||
type='MENTOS',
|
||||
id='a248c16fe22222b2bd49615481311111',
|
||||
report_type=IDENTITIES_DETAILS,
|
||||
report_type='IDENTITIES_DETAILS',
|
||||
description='A detailed view of the identities in the system.',
|
||||
parent_name='Audit Report',
|
||||
launcher='cloudadmin',
|
||||
|
||||
@@ -81,7 +81,7 @@ task_definition_summary=sailpoint.v2024.models.task_definition_summary.TaskDefin
|
||||
description = 'Aggregates from the specified application.',
|
||||
parent_name = 'Cloud Account Aggregation',
|
||||
executor = 'sailpoint.task.ServiceTaskExecutor',
|
||||
arguments = { }, )
|
||||
arguments = {mantisExecutor=com.sailpoint.mantis.sources.task.AccountAggregationTask, eventClassesCsv=sailpoint.thunderbolt.events.AggregationEvents, serviceClass=sailpoint.thunderbolt.service.AggregationService, serviceMethod=accountAggregationTask}, )
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user