mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-role-insights-entitlement | RoleInsightsEntitlement | RoleInsightsEntitlement | RoleInsightsEntitlement | pythonsdk |
|
/tools/sdk/python/beta/models/role-insights-entitlement |
|
RoleInsightsEntitlement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name of the entitlement | [optional] |
| id | str | Id of the entitlement | [optional] |
| description | str | Description for the entitlement | [optional] |
| source | str | Source or the application for the entitlement | [optional] |
| attribute | str | Attribute for the entitlement | [optional] |
| value | str | Attribute 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=''
)