--- id: v2024-non-employee-source-lite title: NonEmployeeSourceLite pagination_label: NonEmployeeSourceLite sidebar_label: NonEmployeeSourceLite sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'NonEmployeeSourceLite', 'V2024NonEmployeeSourceLite'] slug: /tools/sdk/python/v2024/models/non-employee-source-lite tags: ['SDK', 'Software Development Kit', 'NonEmployeeSourceLite', 'V2024NonEmployeeSourceLite'] --- # NonEmployeeSourceLite ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | Non-Employee source id. | [optional] **source_id** | **str** | Source Id associated with this non-employee source. | [optional] **name** | **str** | Source name associated with this non-employee source. | [optional] **description** | **str** | Source description associated with this non-employee source. | [optional] } ## Example ```python from sailpoint.v2024.models.non_employee_source_lite import NonEmployeeSourceLite non_employee_source_lite = NonEmployeeSourceLite( id='a0303682-5e4a-44f7-bdc2-6ce6112549c1', source_id='2c91808568c529c60168cca6f90c1313', name='Retail', description='Source description' ) ``` [[Back to top]](#)