DeleteSourceV1202Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'TASK_RESULT' ] | Type of object being referenced. | [optional] |
| id | str | Task result ID. | [optional] |
| name | str | Task result's human-readable display name (this should be null/empty). | [optional] |
| } |
Example
from sailpoint.sources.models.delete_source_v1202_response import DeleteSourceV1202Response
delete_source_v1202_response = DeleteSourceV1202Response(
type='TASK_RESULT',
id='2c91808779ecf55b0179f720942f181a',
name=''
)