--- id: beta-role-insights-identities title: RoleInsightsIdentities pagination_label: RoleInsightsIdentities sidebar_label: RoleInsightsIdentities sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'RoleInsightsIdentities', 'BetaRoleInsightsIdentities'] slug: /tools/sdk/python/beta/models/role-insights-identities tags: ['SDK', 'Software Development Kit', 'RoleInsightsIdentities', 'BetaRoleInsightsIdentities'] --- # RoleInsightsIdentities ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | Id for identity | [optional] **name** | **str** | Name for identity | [optional] **attributes** | **map[string]str** | | [optional] } ## Example ```python from sailpoint.beta.models.role_insights_identities import RoleInsightsIdentities role_insights_identities = RoleInsightsIdentities( id='', name='', attributes={ 'key' : '' } ) ``` [[Back to top]](#)