Skip to main content

EntitlementRef1

Entitlement including a specific set of access.

Properties

NameTypeDescriptionNotes
typeEnum [ 'ENTITLEMENT' ]Entitlement's DTO type.[optional]
idstrEntitlement's ID.[optional]
namestrEntitlement's display name.[optional]
}

Example

from sailpoint.v3.models.entitlement_ref1 import EntitlementRef1

entitlement_ref1 = EntitlementRef1(
type='ENTITLEMENT',
id='2c91809773dee32014e13e122092014e',
name='CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local'
)

[Back to top]