SourceSyncPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Payload type. | [required] |
| data_json | str | Payload type. | [required] |
| } |
Example
from sailpoint.v2024.models.source_sync_payload import SourceSyncPayload
source_sync_payload = SourceSyncPayload(
type='SYNCHRONIZE_SOURCE_ATTRIBUTES',
data_json='{"sourceId":"2c918083746f642c01746f990884012a"}'
)