mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
removing beta docs
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
---
|
||||
id: resource-bundle-message
|
||||
title: ResourceBundleMessage
|
||||
pagination_label: ResourceBundleMessage
|
||||
sidebar_label: ResourceBundleMessage
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ResourceBundleMessage']
|
||||
slug: /tools/sdk/powershell/beta/models/resource-bundle-message
|
||||
tags: ['SDK', 'Software Development Kit', 'ResourceBundleMessage']
|
||||
---
|
||||
|
||||
|
||||
# ResourceBundleMessage
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | Pointer to **String** | The key of the message | [optional]
|
||||
**Format** | Pointer to **String** | The format of the message | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ResourceBundleMessage = Initialize-PSSailpoint.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
|
||||
```powershell
|
||||
$ResourceBundleMessage | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user