Skip to main content

Intelaccessitemhistoryevent

Access-item history event. Supported eventTypes are AccessItemAssociated, AccessItemRemoved, and AccountStatusChanged.

Properties

NameTypeDescriptionNotes
event_typeEnum [ 'AccessItemAssociated', 'AccessItemRemoved', 'AccountStatusChanged' ]Type of access-item history event.[required]
date_timedatetimeEvent timestamp.[optional]
}

Example

from sailpoint.intelligence.models.intelaccessitemhistoryevent import Intelaccessitemhistoryevent

intelaccessitemhistoryevent = Intelaccessitemhistoryevent(
event_type='AccessItemRemoved',
date_time='2026-05-11T09:40:04.496Z'
)

[Back to top]