Skip to main content

LoadaccountstaskTaskReturnsInner

Properties

NameTypeDescriptionNotes
display_labelstrThe display label of the return value[optional]
attribute_namestrThe 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'
)

[Back to top]