Update to python SDK docs: 14039047827

This commit is contained in:
developer-relations-sp
2025-03-24 15:21:49 +00:00
parent 5a47dc0f51
commit 6dc99b1f25
12 changed files with 30 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ tags: ['SDK', 'Software Development Kit', 'RequestableObjectType', 'BetaRequesta
# RequestableObjectType
The currently supported requestable object types.
Currently supported requestable object types.
## Enum

View File

@@ -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}
)
```

View File

@@ -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}, )
)
```