mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1014 B
1014 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-reassignment-reference | ReassignmentReference | ReassignmentReference | ReassignmentReference | pythonsdk |
|
/tools/sdk/python/v2025/models/reassignment-reference |
|
ReassignmentReference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The ID of item or identity being reassigned. | [required] |
| type | Enum [ 'TARGET_SUMMARY', 'ITEM', 'IDENTITY_SUMMARY' ] | The type of item or identity being reassigned. | [required] |
| } |
Example
from sailpoint.v2025.models.reassignment_reference import ReassignmentReference
reassignment_reference = ReassignmentReference(
id='ef38f94347e94562b5bb8424a56397d8',
type='ITEM'
)