Skip to main content

Roleinsightsentitlement

Properties

NameTypeDescriptionNotes
namestrName of the entitlement[optional]
idstrId of the entitlement[optional]
descriptionstrDescription for the entitlement[optional]
sourcestrSource or the application for the entitlement[optional]
attributestrAttribute for the entitlement[optional]
valuestrAttribute value for the entitlement[optional]
}

Example

from sailpoint.role_insights.models.roleinsightsentitlement import Roleinsightsentitlement

roleinsightsentitlement = Roleinsightsentitlement(
name='Administrator',
id='8c190e67-87aa-4ed9-a90b-d9d5344523fb',
description='Full administrative access to IdentityNow',
source='IdentityNow',
attribute='assignedGroups',
value='ORG_ADMIN'
)

[Back to top]