--- id: beta-account-attributes-changed-changes-inner-old-value title: AccountAttributesChangedChangesInnerOldValue pagination_label: AccountAttributesChangedChangesInnerOldValue sidebar_label: AccountAttributesChangedChangesInnerOldValue sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'AccountAttributesChangedChangesInnerOldValue', 'BetaAccountAttributesChangedChangesInnerOldValue'] slug: /tools/sdk/python/beta/models/account-attributes-changed-changes-inner-old-value tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedChangesInnerOldValue', 'BetaAccountAttributesChangedChangesInnerOldValue'] --- # AccountAttributesChangedChangesInnerOldValue The previous value of the attribute. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- } ## Example ```python from sailpoint.beta.models.account_attributes_changed_changes_inner_old_value import AccountAttributesChangedChangesInnerOldValue account_attributes_changed_changes_inner_old_value = AccountAttributesChangedChangesInnerOldValue( ) ``` [[Back to top]](#)