Skip to main content

Accessitemref

Properties

NameTypeDescriptionNotes
idstrID of the access item to retrieve the recommendation for.[optional]
typeEnum [ 'ENTITLEMENT', 'ACCESS_PROFILE', 'ROLE' ]Access item's type.[optional]
}

Example

from sailpoint.iai_recommendations.models.accessitemref import Accessitemref

accessitemref = Accessitemref(
id='2c938083633d259901633d2623ec0375',
type='ENTITLEMENT'
)

[Back to top]