mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.4 KiB
1.4 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-identity-attributes-changed-changes-inner | IdentityAttributesChangedChangesInner | IdentityAttributesChangedChangesInner | IdentityAttributesChangedChangesInner | pythonsdk |
|
/tools/sdk/python/v2024/models/identity-attributes-changed-changes-inner |
|
IdentityAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | str | The name of the identity attribute that changed. | [required] |
| old_value | IdentityAttributesChangedChangesInnerOldValue | [optional] | |
| new_value | IdentityAttributesChangedChangesInnerNewValue | [optional] | |
| } |
Example
from sailpoint.v2024.models.identity_attributes_changed_changes_inner import IdentityAttributesChangedChangesInner
identity_attributes_changed_changes_inner = IdentityAttributesChangedChangesInner(
attribute='department',
old_value=sales,
new_value=marketing
)