mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: processing-details
|
||||
title: ProcessingDetails
|
||||
pagination_label: ProcessingDetails
|
||||
sidebar_label: ProcessingDetails
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ProcessingDetails', 'ProcessingDetails']
|
||||
slug: /tools/sdk/powershell/v3/models/processing-details
|
||||
tags: ['SDK', 'Software Development Kit', 'ProcessingDetails', 'ProcessingDetails']
|
||||
---
|
||||
|
||||
|
||||
# ProcessingDetails
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Date** | Pointer to **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**Stage** | Pointer to **String** | | [optional]
|
||||
**RetryCount** | Pointer to **Int32** | | [optional]
|
||||
**VarStackTrace** | Pointer to **String** | | [optional]
|
||||
**Message** | Pointer to **String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ProcessingDetails = Initialize-PSSailpoint.V3ProcessingDetails -Date 2018-06-25T20:22:28.104Z `
|
||||
-Stage In Process `
|
||||
-RetryCount 0 `
|
||||
-VarStackTrace <stack trace> `
|
||||
-Message <message>
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ProcessingDetails | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user