--- id: beta-base-reference-dto1 title: BaseReferenceDto1 pagination_label: BaseReferenceDto1 sidebar_label: BaseReferenceDto1 sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'BaseReferenceDto1', 'BetaBaseReferenceDto1'] slug: /tools/sdk/python/beta/models/base-reference-dto1 tags: ['SDK', 'Software Development Kit', 'BaseReferenceDto1', 'BetaBaseReferenceDto1'] --- # BaseReferenceDto1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | the application ID | [optional] **name** | **str** | the application name | [optional] } ## Example ```python from sailpoint.beta.models.base_reference_dto1 import BaseReferenceDto1 base_reference_dto1 = BaseReferenceDto1( id='ff8081814d977c21014da056804a0af3', name='Github' ) ``` [[Back to top]](#)