mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1003 B
1003 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-form-instance-recipient | FormInstanceRecipient | FormInstanceRecipient | FormInstanceRecipient | pythonsdk |
|
/tools/sdk/python/v2025/models/form-instance-recipient |
|
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.v2025.models.form_instance_recipient import FormInstanceRecipient
form_instance_recipient = FormInstanceRecipient(
id='00000000-0000-0000-0000-000000000000',
type='IDENTITY'
)