Skip to main content

StatusResponse

Import this model from the entry point of its package:

import { StatusResponse } 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]
status(optional) stringThe status of the health check.[readonly] [default to undefined]
elapsedMillis(optional) numberThe number of milliseconds spent on the entire request.[readonly] [default to undefined]
details(optional) objectThe document contains the results of the health check. The schema of this document depends on the type of source used.[readonly] [default to undefined]