Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/IdentityDocumentAllOfSource.md
2025-04-01 09:23:12 -04:00

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
python
Python
sdk
IdentityDocumentAllOfSource
V2025IdentityDocumentAllOfSource
/tools/sdk/python/v2025/models/identity-document-all-of-source
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

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]