ApprovalRequestedTarget
Import this model from the entry point of its package:
import { ApprovalRequestedTarget } from '@sailpoint/angular-sdk/approvals';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| forcedAuthSignature | (optional) string | Signature required for forced authentication. | [default to undefined] |
| id | (optional) string | ID of the requested target. | [default to undefined] |
| name | (optional) string | Name of the requested target. | [default to undefined] |
| reauthRequired | (optional) boolean | Indicates if reauthentication is required. | [default to false] |
| removalDate | (optional) string | Date when the target will be removed. | [default to undefined] |
| requestType | (optional) string | Type of the request. | [default to undefined] |
| targetType | (optional) string | Type of the target. | [default to undefined] |