BulkApproveEntitlementRecommendationResult
Import this model from the entry point of its package:
import { BulkApproveEntitlementRecommendationResult } from '@sailpoint/angular-sdk/suggested_entitlement_description';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | The unique identifier of the processed recommendation record. | [default to undefined] |
| status | (optional) string | The outcome of the approval for this item. | [default to undefined] |
| failedReason | (optional) string | The reason for failure if status is FAILURE; null on success. | [default to undefined] |