Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/ResourceBundleMessage.md
2025-02-20 12:59:19 -05:00

1.1 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 pythonsdk
python
Python
sdk
ResourceBundleMessage
BetaResourceBundleMessage
/tools/sdk/python/beta/models/resource-bundle-message
SDK
Software Development Kit
ResourceBundleMessage
BetaResourceBundleMessage

ResourceBundleMessage

Properties

Name Type Description Notes
key str The key of the message [optional]
format str The format of the message [optional]
}

Example

from sailpoint.beta.models.resource_bundle_message import ResourceBundleMessage

resource_bundle_message = ResourceBundleMessage(
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.'
)

[Back to top]