Skip to main content

AttributeChange

Import this model from the entry point of its package:

import { AttributeChange } from '@sailpoint/angular-sdk/identity_history';

Properties

NameTypeDescriptionNotes
name(optional) stringthe attribute name[default to undefined]
previousValue(optional) stringthe old value of attribute[default to undefined]
newValue(optional) stringthe new value of attribute[default to undefined]