Skip to main content

AccessRequestRecommendationConfigDto

Import this model from the entry point of its package:

import { AccessRequestRecommendationConfigDto } from '@sailpoint/angular-sdk/iai_access_request_recommendations';

Properties

NameTypeDescriptionNotes
scoreThresholdnumberThe value that internal calculations need to exceed for recommendations to be made.[default to undefined]
startDateAttribute(optional) stringUse to map an attribute name for determining identities' start date.[default to undefined]
restrictionAttribute(optional) stringUse to only give recommendations based on this attribute.[default to undefined]
moverAttribute(optional) stringUse to map an attribute name for determining whether identities are movers.[default to undefined]
joinerAttribute(optional) stringUse to map an attribute name for determining whether identities are joiners.[default to undefined]
useRestrictionAttribute(optional) booleanUse only the attribute named in restrictionAttribute to make recommendations.[default to false]