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.beta.models.role_insights_entitlement import RoleInsightsEntitlement

role_insights_entitlement = RoleInsightsEntitlement(
name='',
id='',
description='',
source='',
attribute='',
value=''
)

[Back to top]