Skip to main content

MachineIdentityUpdatedOwnerChanges

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
attributeName(optional) stringName of the attribute that changed.[default to undefined]
added(optional) Array<MachineIdentityOwnerReference>Owners that were added.[default to undefined]
removed(optional) Array<MachineIdentityOwnerReference>Owners that were removed.[default to undefined]