mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-load-accounts-task-task-messages-inner | LoadAccountsTaskTaskMessagesInner | LoadAccountsTaskTaskMessagesInner | LoadAccountsTaskTaskMessagesInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/load-accounts-task-task-messages-inner |
|
LoadAccountsTaskTaskMessagesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "INFO", "WARN", "ERROR" ] | Type of the message. | [optional] |
| VarError | Boolean | Flag whether message is an error. | [optional] [default to $false] |
| Warning | Boolean | Flag whether message is a warning. | [optional] [default to $false] |
| Key | String | Message string identifier. | [optional] |
| LocalizedText | String | Message context with the locale based language. | [optional] |
Examples
- Prepare the resource
$LoadAccountsTaskTaskMessagesInner = Initialize-PSSailpoint.V2024LoadAccountsTaskTaskMessagesInner -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