mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-source-sync-job
|
||||
title: SourceSyncJob
|
||||
pagination_label: SourceSyncJob
|
||||
sidebar_label: SourceSyncJob
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceSyncJob', 'BetaSourceSyncJob']
|
||||
slug: /tools/sdk/powershell/beta/models/source-sync-job
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceSyncJob', 'BetaSourceSyncJob']
|
||||
---
|
||||
|
||||
|
||||
# SourceSyncJob
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | Job ID. | [required]
|
||||
**Status** | **Enum** [ "QUEUED", "IN_PROGRESS", "SUCCESS", "ERROR" ] | The job status. | [required]
|
||||
**Payload** | [**SourceSyncPayload**](source-sync-payload) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SourceSyncJob = Initialize-PSSailpoint.BetaSourceSyncJob -Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
|
||||
-Status IN_PROGRESS `
|
||||
-Payload null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SourceSyncJob | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user