mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
removing beta docs
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
---
|
||||
id: source-sync-payload
|
||||
title: SourceSyncPayload
|
||||
pagination_label: SourceSyncPayload
|
||||
sidebar_label: SourceSyncPayload
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceSyncPayload']
|
||||
slug: /tools/sdk/powershell/beta/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.BetaSourceSyncPayload -Type SYNCHRONIZE_SOURCE_ATTRIBUTES `
|
||||
-DataJson {"sourceId":"2c918083746f642c01746f990884012a"}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SourceSyncPayload | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user