AccessRequestRecommendationItemDetail
Import this model from the entry point of its package:
import { AccessRequestRecommendationItemDetail } from '@sailpoint/angular-sdk/iai_access_request_recommendations';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identityId | (optional) string | Identity ID for the recommendation | [default to undefined] |
| access | (optional) AccessRequestRecommendationItemDetailAccess | [default to undefined] | |
| ignored | (optional) boolean | Whether or not the identity has already chosen to ignore this recommendation. | [default to undefined] |
| requested | (optional) boolean | Whether or not the identity has already chosen to request this recommendation. | [default to undefined] |
| viewed | (optional) boolean | Whether or not the identity reportedly viewed this recommendation. | [default to undefined] |
| messages | (optional) Array<AccessRecommendationMessage> | [default to undefined] | |
| translationMessages | (optional) Array<TranslationMessage> | The list of translation messages | [default to undefined] |