Skip to main content

PrivilegedRecommendationGroup

Import this model from the entry point of its package:

import { PrivilegedRecommendationGroup } from '@sailpoint/angular-sdk/suggested_entitlement_description';

Properties

NameTypeDescriptionNotes
entitlementName(optional) stringThe name of the entitlement shared across all instances in this group.[default to undefined]
connectorType(optional) stringThe connector type associated with all instances in this group.[default to undefined]
recommendationScore(optional) stringA decimal string representing the confidence score of the privilege recommendation (0.0-1.0).[default to undefined]
orgCount(optional) numberThe number of organizations in which this entitlement appears as privileged.[default to undefined]
instanceCount(optional) numberThe total number of individual entitlement instances in this group.[default to undefined]
instances(optional) Array<PrivilegedRecommendationInstance>The individual entitlement instances belonging to this group.[default to undefined]