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'
)