Skip to main content

ProcessingDetails

Properties

NameTypeDescriptionNotes
DateSystem.DateTimeA date-time in ISO-8601 format[optional]
StageString[optional]
RetryCountInt32[optional]
VarStackTraceString[optional]
MessageString[optional]

Examples

  • Prepare the resource
$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
$ProcessingDetails | ConvertTo-JSON

[Back to top]