Skip to main content

LoadAccountsTaskTaskAttributes

Extra attributes map(dictionary) for the task.

Properties

NameTypeDescriptionNotes
app_idstrThe id of the source[optional]
optimized_aggregationstrThe indicator if the aggregation process was enabled/disabled for the aggregation job[optional]
}

Example

from sailpoint.beta.models.load_accounts_task_task_attributes import LoadAccountsTaskTaskAttributes

load_accounts_task_task_attributes = LoadAccountsTaskTaskAttributes(
app_id='c31386cb18bb403cbb6df4c86294ff82',
optimized_aggregation='enabled'
)

[Back to top]