Skip to main content

AdminReviewReassignReassignTo

Properties

NameTypeDescriptionNotes
idstrThe identity ID to which the review is being assigned.[optional]
typeEnum [ 'IDENTITY' ]The type of the ID provided.[optional]
}

Example

from sailpoint.v2024.models.admin_review_reassign_reassign_to import AdminReviewReassignReassignTo

admin_review_reassign_reassign_to = AdminReviewReassignReassignTo(
id='ef38f94347e94562b5bb8424a56397d8',
type='IDENTITY'
)

[Back to top]