Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/OutlierFeatureTranslation.md
2025-05-07 14:37:48 +00:00

1.0 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
powershell
PowerShell
sdk
OutlierFeatureTranslation
V2024OutlierFeatureTranslation
/tools/sdk/powershell/v2024/models/outlier-feature-translation
SDK
Software Development Kit
OutlierFeatureTranslation
V2024OutlierFeatureTranslation

OutlierFeatureTranslation

Properties

Name Type Description Notes
DisplayName TranslationMessage [optional]
Description TranslationMessage [optional]

Examples

  • Prepare the resource
$OutlierFeatureTranslation = Initialize-V2024OutlierFeatureTranslation  -DisplayName null `
 -Description null
  • Convert the resource to JSON
$OutlierFeatureTranslation | ConvertTo-JSON

[Back to top]