LoadEntitlementTaskReturnsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display_label | str | The display label for the return value | [optional] |
| attribute_name | str | The attribute name for the return value | [optional] |
| } |
Example
from sailpoint.v2025.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'
)