Skip to main content

IntelAccessHistoryAccessItemsSlice

Import this model from the entry point of its package:

import { IntelAccessHistoryAccessItemsSlice } from '@sailpoint/angular-sdk/intelligence';

Properties

NameTypeDescriptionNotes
itemsArray<IntelAccessItemHistoryEvent>First page of access-item history events for the identity.[default to undefined]
totalCount(optional) numberTotal number of events in this category; omitted when items is empty.[default to undefined]
next(optional) stringAbsolute URL to the next access-items page; present when totalCount exceeds the items returned on this page.[default to undefined]