Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,10 +16,10 @@ tags: ['SDK', 'Software Development Kit', 'RecommendationConfigDto', 'BetaRecomm
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**RecommenderFeatures** | Pointer to **[]String** | List of identity attributes to use for calculating certification recommendations | [optional]
**PeerGroupPercentageThreshold** | Pointer to **Double** | The percent value that the recommendation calculation must surpass to produce a YES recommendation | [optional]
**RunAutoSelectOnce** | Pointer to **Boolean** | If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run | [optional] [default to $false]
**OnlyTuneThreshold** | Pointer to **Boolean** | If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run | [optional] [default to $false]
**RecommenderFeatures** | **[]String** | List of identity attributes to use for calculating certification recommendations | [optional]
**PeerGroupPercentageThreshold** | **Double** | The percent value that the recommendation calculation must surpass to produce a YES recommendation | [optional]
**RunAutoSelectOnce** | **Boolean** | If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run | [optional] [default to $false]
**OnlyTuneThreshold** | **Boolean** | If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run | [optional] [default to $false]
## Examples