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.certification_campaigns.models.adminreviewreassign_reassign_to import AdminreviewreassignReassignTo
adminreviewreassign_reassign_to = AdminreviewreassignReassignTo(
id='ef38f94347e94562b5bb8424a56397d8',
type='IDENTITY'
)