# YousignClient::SignatureUiInputUpdate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Resource's name | **description** | **String** | Signature UI's description | [optional] **enable_header_bar** | **BOOLEAN** | Toggle header bar of the app view | [optional] [default to true] **enable_header_bar_sign_as** | **BOOLEAN** | Toggle \"Sign as\" band on the top of the app view | [optional] [default to true] **enable_sidebar** | **BOOLEAN** | Toggle sidebar of the app view | [optional] [default to true] **enable_member_list** | **BOOLEAN** | Toggle list of members in the procedure | [optional] [default to true] **enable_document_list** | **BOOLEAN** | Toggle list of documents in the procedure | [optional] [default to true] **enable_document_download** | **BOOLEAN** | Toggle downloads buttons for documents | [optional] [default to true] **enable_activities** | **BOOLEAN** | Toggle activity feed | [optional] [default to true] **authentication_popup** | **BOOLEAN** | True for use a popup for enter the SMS code, false for use a fullscreen view. | [optional] [default to false] **default_zoom** | **Float** | Default zoom of the pdf viewer. Default is the adapted to the resolution of your screen. | [optional] **logo** | **String** | Base64 of your logo | [optional] **sign_image_types_available** | **Array<String>** | Allow sign images types available for signature. | [optional] **default_language** | **String** | Default language of the view. Must be in \"languages\" field. | [optional] **languages** | **Array<String>** | Array of allowed languages, use country code | [optional] **fonts** | **Array<String>** | List of fonts to load on the view. (Loaded via google fonts) | [optional] **style** | **String** | CSS for customize the view | [optional] **redirect_cancel** | [**SignatureUiOutputRedirectCancel**](SignatureUiOutputRedirectCancel.md) | | [optional] **redirect_error** | [**SignatureUiOutputRedirectError**](SignatureUiOutputRedirectError.md) | | [optional] **redirect_success** | [**SignatureUiOutputRedirectSuccess**](SignatureUiOutputRedirectSuccess.md) | | [optional]