mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-outlier-feature-translation | OutlierFeatureTranslation | OutlierFeatureTranslation | OutlierFeatureTranslation | powershellsdk |
|
/tools/sdk/powershell/v2024/models/outlier-feature-translation |
|
OutlierFeatureTranslation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | Pointer to TranslationMessage | [optional] | |
| Description | Pointer to TranslationMessage | [optional] |
Examples
- Prepare the resource
$OutlierFeatureTranslation = Initialize-PSSailpoint.V2024OutlierFeatureTranslation -DisplayName null `
-Description null
- Convert the resource to JSON
$OutlierFeatureTranslation | ConvertTo-JSON