mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-account-attributes-changed-changes-inner | AccountAttributesChangedChangesInner | AccountAttributesChangedChangesInner | AccountAttributesChangedChangesInner | pythonsdk |
|
/tools/sdk/python/v2024/models/account-attributes-changed-changes-inner |
|
AccountAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | str | The name of the attribute. | [required] |
| old_value | AccountAttributesChangedChangesInnerOldValue | [required] | |
| new_value | AccountAttributesChangedChangesInnerNewValue | [required] | |
| } |
Example
from sailpoint.v2024.models.account_attributes_changed_changes_inner import AccountAttributesChangedChangesInner
account_attributes_changed_changes_inner = AccountAttributesChangedChangesInner(
attribute='sn',
old_value=doe,
new_value=ryans
)