Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 3.19 KB

SessionSettings.md

File metadata and controls

23 lines (18 loc) · 3.19 KB

SessionSettings

Settings to change the way the Vault is displayed.

Properties

Name Type Description Notes
unified_apis [UnifiedApiId] Provide the IDs of the Unified APIs you want to be visible. Leaving it empty or omitting this field will show all Unified APIs. [optional]
hide_resource_settings bool A boolean that controls the display of the configurable resources for an integration. When set to true, the resource configuration options will be hidden and not shown to the user. When set to false, the resource configuration options will be displayed to the user. [optional] if omitted the server will use the default value of False
sandbox_mode bool Configure Vault to show a banner informing the logged in user is in a test environment. [optional] if omitted the server will use the default value of False
isolation_mode bool Configure Vault to run in isolation mode, meaning it only shows the connection settings and hides the navigation items. [optional] if omitted the server will use the default value of False
session_length str The duration of time the session is valid for (maximum 1 week). [optional] if omitted the server will use the default value of "1h"
show_logs bool Configure Vault to show the logs page. Defaults to `true`. [optional] if omitted the server will use the default value of True
show_suggestions bool Configure Vault to show the suggestions page. Defaults to `false`. [optional] if omitted the server will use the default value of False
show_sidebar bool Configure Vault to show the sidebar. Defaults to `true`. [optional] if omitted the server will use the default value of True
auto_redirect bool Automatically redirect to redirect uri after the connection has been configured as callable. Defaults to `false`. [optional] if omitted the server will use the default value of False
hide_guides bool Hide Apideck connection guides in Vault. Defaults to `false`. [optional] if omitted the server will use the default value of False
allow_actions [str] Hide actions from your users in Vault. Actions in `allow_actions` will be shown on a connection in Vault. Available actions are: `delete`, `disconnect`, `reauthorize` and `disable`. Empty array will hide all actions. By default all actions are visible. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]