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.sources.models.loadaccountstask_task_returns_inner import LoadaccountstaskTaskReturnsInner
loadaccountstask_task_returns_inner = LoadaccountstaskTaskReturnsInner(
display_label='TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS',
attribute_name='applications'
)