OutlierFeatureTranslation
Properties
Name | Type | Description | Notes |
---|---|---|---|
display_name | TranslationMessage | [optional] | |
description | TranslationMessage | [optional] | |
} |
Example
from sailpoint.beta.models.outlier_feature_translation import OutlierFeatureTranslation
outlier_feature_translation = OutlierFeatureTranslation(
display_name=sailpoint.beta.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], ),
description=sailpoint.beta.models.translation_message.TranslationMessage(
key = 'recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
values = [75, department], )
)