--- id: v2025-role-mining-session-response-created-by title: RoleMiningSessionResponseCreatedBy pagination_label: RoleMiningSessionResponseCreatedBy sidebar_label: RoleMiningSessionResponseCreatedBy sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'RoleMiningSessionResponseCreatedBy', 'V2025RoleMiningSessionResponseCreatedBy'] slug: /tools/sdk/python/v2025/models/role-mining-session-response-created-by tags: ['SDK', 'Software Development Kit', 'RoleMiningSessionResponseCreatedBy', 'V2025RoleMiningSessionResponseCreatedBy'] --- # RoleMiningSessionResponseCreatedBy The session created by details ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | ID of the creator | [optional] **display_name** | **str** | The display name of the creator | [optional] } ## Example ```python from sailpoint.v2025.models.role_mining_session_response_created_by import RoleMiningSessionResponseCreatedBy role_mining_session_response_created_by = RoleMiningSessionResponseCreatedBy( id='2c918090761a5aac0176215c46a62d58', display_name='Ashley.Pierce' ) ``` [[Back to top]](#)