AccountUpdatedSingleValueAttributeChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the attribute that was changed. | [required] |
| old_value | AccountUpdatedSingleValueAttributeChangesInnerOldValue | [required] | |
| new_value | AccountUpdatedSingleValueAttributeChangesInnerNewValue | [required] | |
| } |
Example
from sailpoint.triggers.models.account_updated_single_value_attribute_changes_inner import AccountUpdatedSingleValueAttributeChangesInner
account_updated_single_value_attribute_changes_inner = AccountUpdatedSingleValueAttributeChangesInner(
name='displayName',
old_value=John Doe,
new_value=John A. Doe
)