Associate Roles Change Types

Change types that represent data modifications made to the Associate Roles entity.

Change types

Change Buyer Assignable

Change triggered by the Change BuyerAssignable update action.
type
String
"ChangeBuyerAssignableChange"
change
String
"changeBuyerAssignable"
previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Set Name

Change triggered by the Set Name update action.
type
String
"SetNameChange"
change
String
"setName"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Permissions

Change triggered by the Set Permissions, Add Permission, and Remove Permission update actions.
type
String
"SetPermissionsChange"
change
String
"setPermissions"
previousValue
Array of Permission

Value before the change.

nextValue
Array of Permission

Value after the change.

addedItems
Array of Permission

Elements added to the array.

removedItems
Array of Permission

Elements removed from the array.