mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update python SDK docs: 16525292132
This commit is contained in:
@@ -27,9 +27,9 @@ Name | Type | Description | Notes
|
||||
from sailpoint.v2025.models.attribute_change import AttributeChange
|
||||
|
||||
attribute_change = AttributeChange(
|
||||
name='',
|
||||
previous_value='',
|
||||
new_value=''
|
||||
name='firstname',
|
||||
previous_value='adam',
|
||||
new_value='zampa'
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user