mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
926 B
926 B
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-sync-payload | IdentitySyncPayload | IdentitySyncPayload | IdentitySyncPayload | pythonsdk |
|
/tools/sdk/python/v2024/models/identity-sync-payload |
|
IdentitySyncPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Payload type. | [required] |
| data_json | str | Payload type. | [required] |
| } |
Example
from sailpoint.v2024.models.identity_sync_payload import IdentitySyncPayload
identity_sync_payload = IdentitySyncPayload(
type='SYNCHRONIZE_IDENTITY_ATTRIBUTES',
data_json='{"identityId":"2c918083746f642c01746f990884012a"}'
)