Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/OutlierFeatureTranslation.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
outlier-feature-translation OutlierFeatureTranslation OutlierFeatureTranslation OutlierFeatureTranslation powershellsdk
powershell
PowerShell
sdk
OutlierFeatureTranslation
/tools/sdk/powershell/beta/models/outlier-feature-translation
SDK
Software Development Kit
OutlierFeatureTranslation

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]