Skip to main content

Update certification recommendation config values

PUT 

/recommendations/config

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Updates configuration attributes used by certification recommendations.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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...