Skip to main content

ReassignReference

Properties

NameTypeDescriptionNotes
idstrThe ID of item or identity being reassigned.[required]
typeEnum [ 'TARGET_SUMMARY', 'ITEM', 'IDENTITY_SUMMARY' ]The type of item or identity being reassigned.[required]
}

Example

from sailpoint.v2024.models.reassign_reference import ReassignReference

reassign_reference = ReassignReference(
id='ef38f94347e94562b5bb8424a56397d8',
type='ITEM'
)

[Back to top]