Skip to main content

Requesteditemdetails

Properties

NameTypeDescriptionNotes
typeEnum [ 'ACCESS_PROFILE', 'ENTITLEMENT', 'ROLE' ]The type of access item requested.[optional]
idstrThe id of the access item requested.[optional]
}

Example

from sailpoint.access_requests.models.requesteditemdetails import Requesteditemdetails

requesteditemdetails = Requesteditemdetails(
type='ENTITLEMENT',
id='779c6fd7171540bba1184e5946112c28'
)

[Back to top]