EntitlementConnectionSearchHitEntitlement
Import this model from the entry point of its package:
import { EntitlementConnectionSearchHitEntitlement } from '@sailpoint/angular-sdk/entitlement_connections';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Entitlement identifier. | [default to undefined] |
| name | (optional) string | Entitlement name. | [default to undefined] |
| displayName | (optional) string | Human-readable entitlement label. | [default to undefined] |
| description | (optional) string | Entitlement description. | [default to undefined] |
| attribute | (optional) string | Source attribute carrying entitlement values. | [default to undefined] |
| value | (optional) string | Source entitlement value. | [default to undefined] |
| sourceSchemaObjectType | (optional) string | Source schema object type for the entitlement. | [default to undefined] |
| privilegeLevel | (optional) EntitlementConnectionSearchHitEntitlementPrivilegeLevel | [default to undefined] |