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.certification_campaigns.models.adminreviewreassign_reassign_to import AdminreviewreassignReassignTo

adminreviewreassign_reassign_to = AdminreviewreassignReassignTo(
id='ef38f94347e94562b5bb8424a56397d8',
type='IDENTITY'
)

[Back to top]