Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ResourceBundleMessage.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
beta-resource-bundle-message ResourceBundleMessage ResourceBundleMessage ResourceBundleMessage powershellsdk
powershell
PowerShell
sdk
ResourceBundleMessage
BetaResourceBundleMessage
/tools/sdk/powershell/beta/models/resource-bundle-message
SDK
Software Development Kit
ResourceBundleMessage
BetaResourceBundleMessage

ResourceBundleMessage

Properties

Name Type Description Notes
Key String The key of the message [optional]
Format String The format of the message [optional]

Examples

  • Prepare the resource
$ResourceBundleMessage = Initialize-BetaResourceBundleMessage  -Key recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_LOW `
 -Format {0,,\"i18n hint: percentage\"}% of identities with the same {1,,\"i18n hint: name of category feature\"} have this access. This information had a low impact on the overall score.
  • Convert the resource to JSON
$ResourceBundleMessage | ConvertTo-JSON

[Back to top]