Skip to main content

IntelRareAccessSlice

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
itemsArray<IntelOutlierAccessItem>First page of rare access items for the identity.[default to undefined]
totalCount(optional) numberTotal number of rare-access items for the resolved outlier; omitted when items is empty.[default to undefined]
next(optional) stringAbsolute URL to the next rareAccess page; present when totalCount exceeds the items returned on this page.[default to undefined]