Forminstancerecipient
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID is a unique identifier | [optional] |
| type | Enum [ 'IDENTITY' ] | Type is a FormInstanceRecipientType value IDENTITY FormInstanceRecipientIdentity | [optional] |
| } |
Example
from sailpoint.custom_forms.models.forminstancerecipient import Forminstancerecipient
forminstancerecipient = Forminstancerecipient(
id='00000000-0000-0000-0000-000000000000',
type='IDENTITY'
)