Skip to main content

IdentityDocumentAllOfSource

Identity's source.

Properties

NameTypeDescriptionNotes
idstrID of identity's source.[optional]
namestrDisplay name of identity's source.[optional]
}

Example

from sailpoint.v2024.models.identity_document_all_of_source import IdentityDocumentAllOfSource

identity_document_all_of_source = IdentityDocumentAllOfSource(
id='2c91808b6e9e6fb8016eec1a2b6f7b5f',
name='ODS-HR-Employees'
)

[Back to top]