mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-account-attributes-changed-identity | AccountAttributesChangedIdentity | AccountAttributesChangedIdentity | AccountAttributesChangedIdentity | pythonsdk |
|
/tools/sdk/python/v2025/models/account-attributes-changed-identity |
|
AccountAttributesChangedIdentity
The identity whose account attributes were updated.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of the identity whose account attributes were updated. | [required] |
| id | str | ID of the identity whose account attributes were updated. | [required] |
| name | str | Display name of the identity whose account attributes were updated. | [required] |
| } |
Example
from sailpoint.v2025.models.account_attributes_changed_identity import AccountAttributesChangedIdentity
account_attributes_changed_identity = AccountAttributesChangedIdentity(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20642',
name='Michael Michaels'
)