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.sources.models.loadentitlementtask_returns_inner import LoadentitlementtaskReturnsInner

loadentitlementtask_returns_inner = LoadentitlementtaskReturnsInner(
display_label='TASK_OUT_ACCOUNT_GROUP_AGGREGATION_APPLICATIONS',
attribute_name='applications'
)

[Back to top]