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.accountupdated_single_value_attribute_changes_inner import AccountupdatedSingleValueAttributeChangesInner
accountupdated_single_value_attribute_changes_inner = AccountupdatedSingleValueAttributeChangesInner(
name='displayName',
old_value=John Doe,
new_value=John A. Doe
)