Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/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
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 Pointer to TranslationMessage [optional]
Description Pointer to TranslationMessage [optional]

Examples

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

[Back to top]