mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-identity-document-all-of-source | IdentityDocumentAllOfSource | IdentityDocumentAllOfSource | IdentityDocumentAllOfSource | pythonsdk |
|
/tools/sdk/python/v2025/models/identity-document-all-of-source |
|
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
from sailpoint.v2025.models.identity_document_all_of_source import IdentityDocumentAllOfSource
identity_document_all_of_source = IdentityDocumentAllOfSource(
id='2c91808b6e9e6fb8016eec1a2b6f7b5f',
name='ODS-HR-Employees'
)