Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/OutlierFeatureTranslation.md
2025-07-25 19:23:51 +00:00

1.4 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 pythonsdk
python
Python
sdk
OutlierFeatureTranslation
V2024OutlierFeatureTranslation
/tools/sdk/python/v2024/models/outlier-feature-translation
SDK
Software Development Kit
OutlierFeatureTranslation
V2024OutlierFeatureTranslation

OutlierFeatureTranslation

Properties

Name Type Description Notes
display_name TranslationMessage [optional]
description TranslationMessage [optional]
}

Example

from sailpoint.v2024.models.outlier_feature_translation import OutlierFeatureTranslation

outlier_feature_translation = OutlierFeatureTranslation(
display_name=sailpoint.v2024.models.translation_message.Translation Message(
                    key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH', 
                    values = [75, department], ),
description=sailpoint.v2024.models.translation_message.Translation Message(
                    key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH', 
                    values = [75, department], )
)

[Back to top]