Skip to main content

Update certification recommendation config values

PUT 

/recommendations/config

Updates configuration attributes used by certification recommendations.

Request

Body

required

    recommenderFeatures string[]

    List of identity attributes to use for calculating certification recommendations

    peerGroupPercentageThreshold float

    Possible values: <= 1

    The percent value that the recommendation calculation must surpass to produce a YES recommendation

    runAutoSelectOnce boolean

    If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run

    onlyTuneThreshold boolean

    If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run

Responses

Cert recommendation configuration attributes after update

Schema

    recommenderFeatures string[]

    List of identity attributes to use for calculating certification recommendations

    peerGroupPercentageThreshold float

    Possible values: <= 1

    The percent value that the recommendation calculation must surpass to produce a YES recommendation

    runAutoSelectOnce boolean

    If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run

    onlyTuneThreshold boolean

    If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run

Loading...