IdentityAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | str | The name of the identity attribute that changed. | [required] |
| old_value | IdentityAttributesChangedChangesInnerOldValue | [optional] | |
| new_value | IdentityAttributesChangedChangesInnerNewValue | [optional] | |
| } |
Example
from sailpoint.v2025.models.identity_attributes_changed_changes_inner import IdentityAttributesChangedChangesInner
identity_attributes_changed_changes_inner = IdentityAttributesChangedChangesInner(
attribute='department',
old_value=sales,
new_value=marketing
)