mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.0 KiB
1.0 KiB
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-identity-sync-job | IdentitySyncJob | IdentitySyncJob | IdentitySyncJob | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-sync-job |
|
IdentitySyncJob
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Job ID. | [required] |
| Status | Enum [ "QUEUED", "IN_PROGRESS", "SUCCESS", "ERROR" ] | The job status. | [required] |
| Payload | IdentitySyncPayload | [required] |
Examples
- Prepare the resource
$IdentitySyncJob = Initialize-PSSailpoint.V2024IdentitySyncJob -Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-Status IN_PROGRESS `
-Payload null
- Convert the resource to JSON
$IdentitySyncJob | ConvertTo-JSON