Skip to main content

ResourceObjectsResponse

Import this model from the entry point of its package:

import { ResourceObjectsResponse } from '@sailpoint/angular-sdk/sources';

Properties

NameTypeDescriptionNotes
id(optional) stringID of the source[readonly] [default to undefined]
name(optional) stringName of the source[readonly] [default to undefined]
objectCount(optional) numberThe number of objects that were fetched by the connector.[readonly] [default to undefined]
elapsedMillis(optional) numberThe number of milliseconds spent on the entire request.[readonly] [default to undefined]
resourceObjects(optional) Array<ResourceObject>Fetched objects from the source connector.[readonly] [default to undefined]