Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SpConfigMessage1.md
2025-05-07 14:37:48 +00:00

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
v2024-sp-config-message1 SpConfigMessage1 SpConfigMessage1 SpConfigMessage1 powershellsdk
powershell
PowerShell
sdk
SpConfigMessage1
V2024SpConfigMessage1
/tools/sdk/powershell/v2024/models/sp-config-message1
SDK
Software Development Kit
SpConfigMessage1
V2024SpConfigMessage1

SpConfigMessage1

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
$SpConfigMessage1 = Initialize-V2024SpConfigMessage1  -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
$SpConfigMessage1 | ConvertTo-JSON

[Back to top]