Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/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
beta-outlier-feature-translation OutlierFeatureTranslation OutlierFeatureTranslation OutlierFeatureTranslation powershellsdk
powershell
PowerShell
sdk
OutlierFeatureTranslation
BetaOutlierFeatureTranslation
/tools/sdk/powershell/beta/models/outlier-feature-translation
SDK
Software Development Kit
OutlierFeatureTranslation
BetaOutlierFeatureTranslation

OutlierFeatureTranslation

Properties

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

Examples

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

[Back to top]