BulkApproveEntitlementRecommendationResult
The result for a single item in a bulk entitlement recommendation approval response.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the processed recommendation record. | [optional] |
| status | Enum [ 'SUCCESS', 'FAILURE' ] | The outcome of the approval for this item. | [optional] |
| failed_reason | str | The reason for failure if status is FAILURE; null on success. | [optional] |
| } |
Example
from sailpoint.suggested_entitlement_description.models.bulk_approve_entitlement_recommendation_result import BulkApproveEntitlementRecommendationResult
bulk_approve_entitlement_recommendation_result = BulkApproveEntitlementRecommendationResult(
id='79db50d4-723c-4aa0-a824-83c2205d82d1',
status='SUCCESS',
failed_reason=''
)