Skip to main content

Taskresultresponse

Properties

NameTypeDescriptionNotes
typestrthe type of response reference[optional]
idstrthe task ID[optional]
namestrthe task name (not used in this endpoint, always null)[optional]
}

Example

from sailpoint.identities.models.taskresultresponse import Taskresultresponse

taskresultresponse = Taskresultresponse(
type='TASK_RESULT',
id='78733556-9ea3-4f59-bf69-e5cd92b011b4',
name='null'
)

[Back to top]