Skip to main content

Intelaccesshistorycertificationsslice

Certification history slice embedded in the aggregate identity response.

Properties

NameTypeDescriptionNotes
items[]IntelcertificationhistoryeventFirst page of certification history events for the identity.[required]
nextstrAbsolute URL to the next certifications page; present only when more results exist.[optional]
}

Example

from sailpoint.intelligence.models.intelaccesshistorycertificationsslice import Intelaccesshistorycertificationsslice

intelaccesshistorycertificationsslice = Intelaccesshistorycertificationsslice(
items=[
{ }
],
next='https://tenant.example.api.cloud.sailpoint.com/v2026/intelligence/identities/ef38f94347e94562b5bb8424a56397d8/access-history/certifications?limit=10&offset=10'
)

[Back to top]