Formowner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | FormOwnerType value. IDENTITY FormOwnerTypeIdentity | [optional] |
| id | str | Unique identifier of the form's owner. | [optional] |
| name | str | Name of the form's owner. | [optional] |
| } |
Example
from sailpoint.custom_forms.models.formowner import Formowner
formowner = Formowner(
type='IDENTITY',
id='2c9180867624cbd7017642d8c8c81f67',
name='Grant Smith'
)