Accessitemref
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the access item to retrieve the recommendation for. | [optional] |
| type | Enum [ 'ENTITLEMENT', 'ACCESS_PROFILE', 'ROLE' ] | Access item's type. | [optional] |
| } |
Example
from sailpoint.iai_recommendations.models.accessitemref import Accessitemref
accessitemref = Accessitemref(
id='2c938083633d259901633d2623ec0375',
type='ENTITLEMENT'
)