mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-source-sync-payload
|
||||
title: SourceSyncPayload
|
||||
pagination_label: SourceSyncPayload
|
||||
sidebar_label: SourceSyncPayload
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SourceSyncPayload', 'BetaSourceSyncPayload']
|
||||
slug: /tools/sdk/python/beta/models/source-sync-payload
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceSyncPayload', 'BetaSourceSyncPayload']
|
||||
---
|
||||
|
||||
# SourceSyncPayload
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **str** | Payload type. | [required]
|
||||
**data_json** | **str** | Payload type. | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.source_sync_payload import SourceSyncPayload
|
||||
|
||||
source_sync_payload = SourceSyncPayload(
|
||||
type='SYNCHRONIZE_SOURCE_ATTRIBUTES',
|
||||
data_json='{"sourceId":"2c918083746f642c01746f990884012a"}'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user