Skip to main content

LoadEntitlementTaskReturnsInner

Properties

NameTypeDescriptionNotes
display_labelstrThe display label for the return value[optional]
attribute_namestrThe attribute name for the return value[optional]
}

Example

from sailpoint.beta.models.load_entitlement_task_returns_inner import LoadEntitlementTaskReturnsInner

load_entitlement_task_returns_inner = LoadEntitlementTaskReturnsInner(
display_label='TASK_OUT_ACCOUNT_GROUP_AGGREGATION_APPLICATIONS',
attribute_name='applications'
)

[Back to top]