AttributeChange
Import this model from the entry point of its package:
import { AttributeChange } from '@sailpoint/angular-sdk/identity_history';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | the attribute name | [default to undefined] |
| previousValue | (optional) string | the old value of attribute | [default to undefined] |
| newValue | (optional) string | the new value of attribute | [default to undefined] |