LoadAccountsTaskTaskReturnsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display_label | str | The display label of the return value | [optional] |
| attribute_name | str | The attribute name of the return value | [optional] |
| } |
Example
from sailpoint.v2025.models.load_accounts_task_task_returns_inner import LoadAccountsTaskTaskReturnsInner
load_accounts_task_task_returns_inner = LoadAccountsTaskTaskReturnsInner(
display_label='TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS',
attribute_name='applications'
)