Update python SDK docs: 16525292132

This commit is contained in:
developer-relations-sp
2025-07-25 15:10:03 +00:00
parent be23bab385
commit 993bfb3fea
101 changed files with 2689 additions and 1526 deletions

View File

@@ -27,9 +27,9 @@ Name | Type | Description | Notes
from sailpoint.v2024.models.attribute_change import AttributeChange
attribute_change = AttributeChange(
name='',
previous_value='',
new_value=''
name='firstname',
previous_value='adam',
new_value='zampa'
)
```