mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-load-accounts-task-task-attributes | LoadAccountsTaskTaskAttributes | LoadAccountsTaskTaskAttributes | LoadAccountsTaskTaskAttributes | pythonsdk |
|
/tools/sdk/python/v2025/models/load-accounts-task-task-attributes |
|
LoadAccountsTaskTaskAttributes
Extra attributes map(dictionary) for the task.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| app_id | str | The id of the source | [optional] |
| optimized_aggregation | str | The indicator if the aggregation process was enabled/disabled for the aggregation job | [optional] |
| } |
Example
from sailpoint.v2025.models.load_accounts_task_task_attributes import LoadAccountsTaskTaskAttributes
load_accounts_task_task_attributes = LoadAccountsTaskTaskAttributes(
app_id='c31386cb18bb403cbb6df4c86294ff82',
optimized_aggregation='enabled'
)