Skip to main content

AccountattributeschangedChangesInner

Properties

NameTypeDescriptionNotes
attributestrThe name of the attribute.[required]
old_valueAccountattributeschangedChangesInnerOldValue[required]
new_valueAccountattributeschangedChangesInnerNewValue[required]
}

Example

from sailpoint.triggers.models.accountattributeschanged_changes_inner import AccountattributeschangedChangesInner

accountattributeschanged_changes_inner = AccountattributeschangedChangesInner(
attribute='sn',
old_value=doe,
new_value=ryans
)

[Back to top]