BulkRejectRequestDTO
Import this model from the entry point of its package:
import { BulkRejectRequestDTO } from '@sailpoint/angular-sdk/approvals';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| approvalIds | (optional) Array<string> | Array of Approval IDs to be bulk rejected | [default to undefined] |
| comment | (optional) string | Optional comment to include with the bulk reject request | [default to undefined] |