mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
897 B
897 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-attribute-change | AttributeChange | AttributeChange | AttributeChange | pythonsdk |
|
/tools/sdk/python/v2025/models/attribute-change |
|
AttributeChange
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | the attribute name | [optional] |
| previous_value | str | the old value of attribute | [optional] |
| new_value | str | the new value of attribute | [optional] |
| } |
Example
from sailpoint.v2025.models.attribute_change import AttributeChange
attribute_change = AttributeChange(
name='',
previous_value='',
new_value=''
)