mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
985 B
985 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-task-result-response | TaskResultResponse | TaskResultResponse | TaskResultResponse | pythonsdk |
|
/tools/sdk/python/v2024/models/task-result-response |
|
TaskResultResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | the type of response reference | [optional] |
| id | str | the task ID | [optional] |
| name | str | the task name (not used in this endpoint, always null) | [optional] |
| } |
Example
from sailpoint.v2024.models.task_result_response import TaskResultResponse
task_result_response = TaskResultResponse(
type='TASK_RESULT',
id='78733556-9ea3-4f59-bf69-e5cd92b011b4',
name='null'
)