Skip to main content

LoadAccountsTaskTaskMessagesInner

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
$LoadAccountsTaskTaskMessagesInner = Initialize-PSSailpoint.BetaLoadAccountsTaskTaskMessagesInner  -Type WARN `
-VarError false `
-Warning true `
-Key This aggregation failed because the currently running aggregation must complete before the next one can start. `
-LocalizedText This aggregation failed because the currently running aggregation must complete before the next one can start.
  • Convert the resource to JSON
$LoadAccountsTaskTaskMessagesInner | ConvertTo-JSON

[Back to top]