ProcessingDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
Date | System.DateTime | A date-time in ISO-8601 format | [optional] |
Stage | String | [optional] | |
RetryCount | Int32 | [optional] | |
VarStackTrace | String | [optional] | |
Message | String | [optional] |
Examples
- Prepare the resource
$ProcessingDetails = Initialize-PSSailpoint.V2024ProcessingDetails -Date 2018-06-25T20:22:28.104Z `
-Stage In Process `
-RetryCount 0 `
-VarStackTrace <stack trace> `
-Message <message>
- Convert the resource to JSON
$ProcessingDetails | ConvertTo-JSON