--- id: beta-form-item-details title: FormItemDetails pagination_label: FormItemDetails sidebar_label: FormItemDetails sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'FormItemDetails', 'BetaFormItemDetails'] slug: /tools/sdk/python/beta/models/form-item-details tags: ['SDK', 'Software Development Kit', 'FormItemDetails', 'BetaFormItemDetails'] --- # FormItemDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | Name of the FormItem | [optional] } ## Example ```python from sailpoint.beta.models.form_item_details import FormItemDetails form_item_details = FormItemDetails( name='Field1' ) ``` [[Back to top]](#)