removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,37 +0,0 @@
---
id: localized-message
title: LocalizedMessage
pagination_label: LocalizedMessage
sidebar_label: LocalizedMessage
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'LocalizedMessage']
slug: /tools/sdk/powershell/beta/models/localized-message
tags: ['SDK', 'Software Development Kit', 'LocalizedMessage']
---
# LocalizedMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Locale** | **String** | Message locale | [required]
**Message** | **String** | Message text | [required]
## Examples
- Prepare the resource
```powershell
$LocalizedMessage = Initialize-PSSailpoint.BetaLocalizedMessage -Locale An error has occurred! `
-Message Error has occurred!
```
- Convert the resource to JSON
```powershell
$LocalizedMessage | ConvertTo-JSON
```
[[Back to top]](#)