Skip to main content

IntelAccountsSlice

Import this model from the entry point of its package:

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

Properties

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