Skip to main content

Outliercontributingfeature

Properties

NameTypeDescriptionNotes
IdStringContributing feature id[optional]
NameStringThe name of the feature[optional]
ValueTypeOutliervaluetype[optional]
ValueDoubleThe feature value[optional]
ImportanceDoubleThe importance of the feature. This can also be a negative value[optional]
DisplayNameStringThe (translated if header is passed) displayName for the feature[optional]
DescriptionStringThe (translated if header is passed) description for the feature[optional]
TranslationMessagesOutlierfeaturetranslation[optional]

Examples

  • Prepare the resource
$Outliercontributingfeature = Initialize-Outliercontributingfeature  -Id 66e38828-5017-47af-92ff-9844871352c5 `
-Name entitlement_count `
-ValueType null `
-Value 1 `
-Importance -0.15 `
-DisplayName Number of entitlements `
-Description The total number of entitlements belonging to an identity `
-TranslationMessages null
  • Convert the resource to JSON
$Outliercontributingfeature | ConvertTo-JSON

[Back to top]