Update python SDK docs: 16529922792

This commit is contained in:
developer-relations-sp
2025-07-25 19:23:51 +00:00
parent 456f1a8b11
commit aefdabfd26
538 changed files with 1386 additions and 1234 deletions

View File

@@ -29,7 +29,7 @@ from sailpoint.v2025.models.attributes_changed import AttributesChanged
attributes_changed = AttributesChanged(
attribute_changes=[
sailpoint.v2025.models.attribute_change.AttributeChange(
sailpoint.v2025.models.attribute_change.Attribute Change(
name = 'firstname',
previous_value = 'adam',
new_value = 'zampa', )