UpdateStreamStatusRequest
Import this model from the entry point of its package:
import { UpdateStreamStatusRequest } from '@sailpoint/angular-sdk/shared_signals_framework_ssf';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| stream_id | string | ID of the stream whose status to update. | [default to undefined] |
| status | string | Desired stream status. | [default to undefined] |
| reason | (optional) string | Optional reason for the status change. | [default to undefined] |