--- id: v2025-identity-document-all-of-source title: IdentityDocumentAllOfSource pagination_label: IdentityDocumentAllOfSource sidebar_label: IdentityDocumentAllOfSource sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'IdentityDocumentAllOfSource', 'V2025IdentityDocumentAllOfSource'] slug: /tools/sdk/python/v2025/models/identity-document-all-of-source tags: ['SDK', 'Software Development Kit', 'IdentityDocumentAllOfSource', 'V2025IdentityDocumentAllOfSource'] --- # IdentityDocumentAllOfSource Identity's source. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | ID of identity's source. | [optional] **name** | **str** | Display name of identity's source. | [optional] } ## Example ```python from sailpoint.v2025.models.identity_document_all_of_source import IdentityDocumentAllOfSource identity_document_all_of_source = IdentityDocumentAllOfSource( id='2c91808b6e9e6fb8016eec1a2b6f7b5f', name='ODS-HR-Employees' ) ``` [[Back to top]](#)