mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| non-employee-request-lite | NonEmployeeRequestLite | NonEmployeeRequestLite | NonEmployeeRequestLite | pythonsdk |
|
/tools/sdk/python/v3/models/non-employee-request-lite |
|
NonEmployeeRequestLite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Non-Employee request id. | [optional] |
| requester | NonEmployeeIdentityReferenceWithId | [optional] | |
| } |
Example
from sailpoint.v3.models.non_employee_request_lite import NonEmployeeRequestLite
non_employee_request_lite = NonEmployeeRequestLite(
id='ac110005-7156-1150-8171-5b292e3e0084',
requester=sailpoint.v3.models.non_employee_identity_reference_with_id.NonEmployeeIdentityReferenceWithId(
type = 'IDENTITY',
id = '5168015d32f890ca15812c9180835d2e', )
)