mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.8 KiB
1.8 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-recommender-calculations | RecommenderCalculations | RecommenderCalculations | RecommenderCalculations | powershellsdk |
|
/tools/sdk/powershell/v2024/models/recommender-calculations |
|
RecommenderCalculations
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityId | String | The ID of the identity | [optional] |
| EntitlementId | String | The entitlement ID | [optional] |
| Recommendation | String | The actual recommendation | [optional] |
| OverallWeightedScore | Decimal | The overall weighted score | [optional] |
| FeatureWeightedScores | map[string]Decimal | The weighted score of each individual feature | [optional] |
| Threshold | Decimal | The configured value against which the overallWeightedScore is compared | [optional] |
| IdentityAttributes | map[string]RecommenderCalculationsIdentityAttributesValue | The values for your configured features | [optional] |
| FeatureValues | FeatureValueDto | [optional] |
Examples
- Prepare the resource
$RecommenderCalculations = Initialize-V2024RecommenderCalculations -IdentityId 2c91808457d8f3ab0157e3e62cb4213c `
-EntitlementId 2c91809050db617d0150e0bf3215385e `
-Recommendation YES `
-OverallWeightedScore null `
-FeatureWeightedScores null `
-Threshold null `
-IdentityAttributes null `
-FeatureValues null
- Convert the resource to JSON
$RecommenderCalculations | ConvertTo-JSON