Skip to main content

LoadUncorrelatedAccountsTaskTaskMessagesInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "INFO", "WARN", "ERROR" ]Type of the message.[optional]
VarErrorBooleanFlag whether message is an error.[optional] [default to $false]
WarningBooleanFlag whether message is a warning.[optional] [default to $false]
KeyStringMessage string identifier.[optional]
LocalizedTextStringMessage context with the locale based language.[optional]

Examples

  • Prepare the resource
$LoadUncorrelatedAccountsTaskTaskMessagesInner = Initialize-PSSailpoint.V2024LoadUncorrelatedAccountsTaskTaskMessagesInner  -Type WARN `
-VarError false `
-Warning true `
-Key This correlation failed because the currently running correlation must complete before the next one can start. `
-LocalizedText This correlation failed because the currently running correlation must complete before the next one can start.
  • Convert the resource to JSON
$LoadUncorrelatedAccountsTaskTaskMessagesInner | ConvertTo-JSON

[Back to top]