AccountAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | str | The name of the attribute. | [required] |
| old_value | AccountAttributesChangedChangesInnerOldValue | [required] | |
| new_value | AccountAttributesChangedChangesInnerNewValue | [required] | |
| } |
Example
from sailpoint.v2025.models.account_attributes_changed_changes_inner import AccountAttributesChangedChangesInner
account_attributes_changed_changes_inner = AccountAttributesChangedChangesInner(
attribute='sn',
old_value=doe,
new_value=ryans
)