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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-attributes-changed-identity | IdentityAttributesChangedIdentity | IdentityAttributesChangedIdentity | IdentityAttributesChangedIdentity | pythonsdk |
|
/tools/sdk/python/beta/models/identity-attributes-changed-identity |
|
IdentityAttributesChangedIdentity
Identity whose attributes changed.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of identity whose attributes changed. | [required] |
| id | str | ID of identity whose attributes changed. | [required] |
| name | str | Name of identity whose attributes changed. | [required] |
| } |
Example
from sailpoint.beta.models.identity_attributes_changed_identity import IdentityAttributesChangedIdentity
identity_attributes_changed_identity = IdentityAttributesChangedIdentity(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20642',
name='Michael Michaels'
)