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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-non-employee-request-lite | NonEmployeeRequestLite | NonEmployeeRequestLite | NonEmployeeRequestLite | pythonsdk |
|
/tools/sdk/python/beta/models/non-employee-request-lite |
|
NonEmployeeRequestLite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Non-Employee request id. | [optional] |
| requester | IdentityReferenceWithId | [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', )
)