AccountUpdatedMultiValueAttributeChangesInner
Import this model from the entry point of its package:
import { AccountUpdatedMultiValueAttributeChangesInner } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the attribute that was changed. | [default to undefined] |
| addedValues | Array<AccountUpdatedMultiValueAttributeChangesInnerAddedValuesInner> | The values that were added to the attribute. | [default to undefined] |
| removedValues | Array<AccountUpdatedMultiValueAttributeChangesInnerAddedValuesInner> | The values that were removed from the attribute. | [default to undefined] |