TrackerValueDTO
Import this model from the entry point of its package:
import { TrackerValueDTO } from '@sailpoint/angular-sdk/access_model_metadata';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | ID of the tracker created to record this delete operation. | [default to undefined] |
| type | (optional) string | The type of object being tracked. | [default to undefined] |
| status | (optional) string | The status of the delete operation. | [default to undefined] |
| errors | (optional) Array<string> | Any errors encountered while processing the delete operation. | [default to undefined] |
| created | (optional) string | The time the delete operation was initiated. | [default to undefined] |
| value | (optional) string | Technical name of the deleted Attribute value. | [default to undefined] |