Skip to main content

NonEmployeeRequestLite

Properties

NameTypeDescriptionNotes
idstrNon-Employee request id.[optional]
requesterIdentityReferenceWithId[optional]
}

Example

from sailpoint.beta.models.non_employee_request_lite import NonEmployeeRequestLite

non_employee_request_lite = NonEmployeeRequestLite(
id='ac10e21c-931c-1ef2-8193-1c51e7ff0003',
requester=sailpoint.beta.models.identity_reference_with_id.IdentityReferenceWithId(
type = 'IDENTITY',
id = '5168015d32f890ca15812c9180835d2e', )
)

[Back to top]