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-identity-reference-with-id | NonEmployeeIdentityReferenceWithId | NonEmployeeIdentityReferenceWithId | NonEmployeeIdentityReferenceWithId | pythonsdk |
|
/tools/sdk/python/v3/models/non-employee-identity-reference-with-id |
|
NonEmployeeIdentityReferenceWithId
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | NonEmployeeIdentityDtoType | [optional] | |
| id | str | Identity 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'
)