mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-admin-review-reassign-reassign-to | AdminReviewReassignReassignTo | AdminReviewReassignReassignTo | AdminReviewReassignReassignTo | pythonsdk |
|
/tools/sdk/python/beta/models/admin-review-reassign-reassign-to |
|
AdminReviewReassignReassignTo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The identity ID to which the review is being assigned. | [optional] |
| type | Enum [ 'IDENTITY' ] | The type of the ID provided. | [optional] |
| } |
Example
from sailpoint.beta.models.admin_review_reassign_reassign_to import AdminReviewReassignReassignTo
admin_review_reassign_reassign_to = AdminReviewReassignReassignTo(
id='ef38f94347e94562b5bb8424a56397d8',
type='IDENTITY'
)