Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/OutlierFeatureTranslation.md
2025-01-28 13:29:29 -05:00

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
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 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

[Back to top]