Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/NonEmployeeIdentityReferenceWithId.md
2025-02-20 12:59:19 -05:00

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
v2024-non-employee-identity-reference-with-id NonEmployeeIdentityReferenceWithId NonEmployeeIdentityReferenceWithId NonEmployeeIdentityReferenceWithId pythonsdk
python
Python
sdk
NonEmployeeIdentityReferenceWithId
V2024NonEmployeeIdentityReferenceWithId
/tools/sdk/python/v2024/models/non-employee-identity-reference-with-id
SDK
Software Development Kit
NonEmployeeIdentityReferenceWithId
V2024NonEmployeeIdentityReferenceWithId

NonEmployeeIdentityReferenceWithId

Properties

Name Type Description Notes
type NonEmployeeIdentityDtoType [optional]
id str Identity id [optional]
}

Example

from sailpoint.v2024.models.non_employee_identity_reference_with_id import NonEmployeeIdentityReferenceWithId

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

[Back to top]