Skip to main content

Get certification recommendation config values

GET 

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

Retrieves 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

Responses

Cert recommendation configuration attributes

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