only beta

This commit is contained in:
darrell-thobe-sp
2025-01-28 08:57:33 -05:00
parent fb685431b3
commit ca4e98517f
444 changed files with 0 additions and 18963 deletions

View File

@@ -1,37 +0,0 @@
---
id: v2024-source-sync-payload
title: SourceSyncPayload
pagination_label: SourceSyncPayload
sidebar_label: SourceSyncPayload
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceSyncPayload']
slug: /tools/sdk/powershell/v2024/models/source-sync-payload
tags: ['SDK', 'Software Development Kit', 'SourceSyncPayload']
---
# SourceSyncPayload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **String** | Payload type. | [required]
**DataJson** | **String** | Payload type. | [required]
## Examples
- Prepare the resource
```powershell
$SourceSyncPayload = Initialize-PSSailpoint.V2024SourceSyncPayload -Type SYNCHRONIZE_SOURCE_ATTRIBUTES `
-DataJson {"sourceId":"2c918083746f642c01746f990884012a"}
```
- Convert the resource to JSON
```powershell
$SourceSyncPayload | ConvertTo-JSON
```
[[Back to top]](#)