TemplateSlackAutoApprovalData
Import this model from the entry point of its package:
import { TemplateSlackAutoApprovalData } from '@sailpoint/angular-sdk/notifications';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| isAutoApproved | (optional) string | Whether the request was auto-approved | [default to undefined] |
| itemId | (optional) string | The item ID | [default to undefined] |
| itemType | (optional) string | The item type | [default to undefined] |
| autoApprovalMessageJSON | (optional) string | JSON message for auto-approval | [default to undefined] |
| autoApprovalTitle | (optional) string | Title for auto-approval | [default to undefined] |