RemediationItemDetails
Import this model from the entry point of its package:
import { RemediationItemDetails } from '@sailpoint/angular-sdk/work_items';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | The ID of the certification | [default to undefined] |
| targetId | (optional) string | The ID of the certification target | [default to undefined] |
| targetName | (optional) string | The name of the certification target | [default to undefined] |
| targetDisplayName | (optional) string | The display name of the certification target | [default to undefined] |
| applicationName | (optional) string | The name of the application/source | [default to undefined] |
| attributeName | (optional) string | The name of the attribute being certified | [default to undefined] |
| attributeOperation | (optional) string | The operation of the certification on the attribute | [default to undefined] |
| attributeValue | (optional) string | The value of the attribute being certified | [default to undefined] |
| nativeIdentity | (optional) string | The native identity of the target | [default to undefined] |