mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-sp-config-message | SpConfigMessage | SpConfigMessage | SpConfigMessage | powershellsdk |
|
/tools/sdk/powershell/beta/models/sp-config-message |
|
SpConfigMessage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | Message key. | [required] |
| Text | String | Message text. | [required] |
| Details | [map[string]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Message details if any, in key:value pairs. | [required] |
Examples
- Prepare the resource
$SpConfigMessage = Initialize-PSSailpoint.BetaSpConfigMessage -Key UNKNOWN_REFERENCE_RESOLVER `
-Text Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity] `
-Details {details=message details}
- Convert the resource to JSON
$SpConfigMessage | ConvertTo-JSON