mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
889 B
889 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-source-sync-payload | SourceSyncPayload | SourceSyncPayload | SourceSyncPayload | pythonsdk |
|
/tools/sdk/python/beta/models/source-sync-payload |
|
SourceSyncPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Payload type. | [required] |
| data_json | str | Payload type. | [required] |
| } |
Example
from sailpoint.beta.models.source_sync_payload import SourceSyncPayload
source_sync_payload = SourceSyncPayload(
type='SYNCHRONIZE_SOURCE_ATTRIBUTES',
data_json='{"sourceId":"2c918083746f642c01746f990884012a"}'
)