Skip to main content

AccountUpdatedMultiValueAttributeChangesInner

Import this model from the entry point of its package:

import { AccountUpdatedMultiValueAttributeChangesInner } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
namestringThe name of the attribute that was changed.[default to undefined]
addedValuesArray<AccountUpdatedMultiValueAttributeChangesInnerAddedValuesInner>The values that were added to the attribute.[default to undefined]
removedValuesArray<AccountUpdatedMultiValueAttributeChangesInnerAddedValuesInner>The values that were removed from the attribute.[default to undefined]