mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| task-result-details-messages-inner | TaskResultDetailsMessagesInner | TaskResultDetailsMessagesInner | TaskResultDetailsMessagesInner | powershellsdk |
|
/tools/sdk/powershell/v3/models/task-result-details-messages-inner |
|
TaskResultDetailsMessagesInner
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
$TaskResultDetailsMessagesInner = Initialize-PSSailpoint.V3TaskResultDetailsMessagesInner -Type WARN `
-VarError false `
-Warning true `
-Key The following account(s) failed to correlate: A,B,C `
-LocalizedText The following account(s) failed to correlate: A,B,C
- Convert the resource to JSON
$TaskResultDetailsMessagesInner | ConvertTo-JSON