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.v2024.models.form_instance_recipient import FormInstanceRecipient
form_instance_recipient = FormInstanceRecipient(
id='00000000-0000-0000-0000-000000000000',
type='IDENTITY'
)