Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 19.2 KB

SessionSettings.md

File metadata and controls

20 lines (16 loc) · 19.2 KB

SessionSettings

Settings to change the way the Vault is displayed.

Fields

Field Type Required Description Example
UnifiedApis List<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.
HideResourceSettings 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.
SandboxMode bool Configure Vault to show a banner informing the logged in user is in a test environment.
IsolationMode bool Configure Vault to run in isolation mode, meaning it only shows the connection settings and hides the navigation items.
SessionLength string The duration of time the session is valid for (maximum 1 week). 30m
ShowLogs bool Configure Vault to show the logs page. Defaults to true.
ShowSuggestions bool Configure Vault to show the suggestions page. Defaults to false.
ShowSidebar bool Configure Vault to show the sidebar. Defaults to true.
AutoRedirect bool Automatically redirect to redirect uri after the connection has been configured as callable. Defaults to false.
HideGuides bool Hide Apideck connection guides in Vault. Defaults to false.
AllowActions List<AllowActions> 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.