mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 KiB
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-manual-work-item-details-current-owner | ManualWorkItemDetailsCurrentOwner | ManualWorkItemDetailsCurrentOwner | ManualWorkItemDetailsCurrentOwner | pythonsdk |
|
/tools/sdk/python/v2024/models/manual-work-item-details-current-owner |
|
ManualWorkItemDetailsCurrentOwner
Identity of current work item owner.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'GOVERNANCE_GROUP', 'IDENTITY' ] | DTO type of current work item owner's identity. | [optional] |
| id | str | ID of current work item owner's identity. | [optional] |
| name | str | Display name of current work item owner. | [optional] |
| } |
Example
from sailpoint.v2024.models.manual_work_item_details_current_owner import ManualWorkItemDetailsCurrentOwner
manual_work_item_details_current_owner = ManualWorkItemDetailsCurrentOwner(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)