mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
998 B
998 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-source-sync-payload | SourceSyncPayload | SourceSyncPayload | SourceSyncPayload | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-sync-payload |
|
SourceSyncPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | Payload type. | [required] |
| DataJson | String | Payload type. | [required] |
Examples
- Prepare the resource
$SourceSyncPayload = Initialize-PSSailpoint.V2024SourceSyncPayload -Type SYNCHRONIZE_SOURCE_ATTRIBUTES `
-DataJson {"sourceId":"2c918083746f642c01746f990884012a"}
- Convert the resource to JSON
$SourceSyncPayload | ConvertTo-JSON