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.v2024.models.access_item_ref import AccessItemRef

access_item_ref = AccessItemRef(
id='2c938083633d259901633d2623ec0375',
type='ENTITLEMENT'
)

[Back to top]