Skip to main content

NonEmployeeIdentityReferenceWithId

Properties

NameTypeDescriptionNotes
typeNonEmployeeIdentityDtoType[optional]
idstrIdentity id[optional]
}

Example

from sailpoint.v3.models.non_employee_identity_reference_with_id import NonEmployeeIdentityReferenceWithId

non_employee_identity_reference_with_id = NonEmployeeIdentityReferenceWithId(
type='IDENTITY',
id='5168015d32f890ca15812c9180835d2e'
)

[Back to top]