Skip to main content

NonEmployeeSourceLite

Properties

NameTypeDescriptionNotes
idstrNon-Employee source id.[optional]
source_idstrSource Id associated with this non-employee source.[optional]
namestrSource name associated with this non-employee source.[optional]
descriptionstrSource description associated with this non-employee source.[optional]
}

Example

from sailpoint.v3.models.non_employee_source_lite import NonEmployeeSourceLite

non_employee_source_lite = NonEmployeeSourceLite(
id='a0303682-5e4a-44f7-bdc2-6ce6112549c1',
source_id='2c91808568c529c60168cca6f90c1313',
name='Retail',
description='Source description'
)

[Back to top]