Taskreturndetails
Task return details
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Display name of the TaskReturnDetails | [required] |
| attribute_name | str | Attribute the TaskReturnDetails is for | [required] |
| } |
Example
from sailpoint.identities.models.taskreturndetails import Taskreturndetails
taskreturndetails = Taskreturndetails(
name='label',
attribute_name='identityCount'
)