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.beta.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'
)

[Back to top]