mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 14039047827
This commit is contained in:
@@ -11,7 +11,7 @@ tags: ['SDK', 'Software Development Kit', 'RequestableObjectType', 'BetaRequesta
|
||||
|
||||
# RequestableObjectType
|
||||
|
||||
The currently supported requestable object types.
|
||||
Currently supported requestable object types.
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
@@ -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}
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
@@ -81,7 +81,7 @@ task_definition_summary=sailpoint.beta.models.task_definition_summary.TaskDefini
|
||||
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