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