Skip to main content

StreamStatusResponse

Import this model from the entry point of its package:

import { StreamStatusResponse } from '@sailpoint/angular-sdk/shared_signals_framework_ssf';

Properties

NameTypeDescriptionNotes
stream_id(optional) stringStream identifier.[default to undefined]
status(optional) stringOperational status of the stream (enabled, paused, or disabled).[default to undefined]
reason(optional) stringOptional reason for the current status (e.g. set when status is updated).[default to undefined]