Settings API - General settings schema table
General settings (builtin:dashboards.general
)
Configure anonymous access and home dashboard settings.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:dashboards.general |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enablePublicSharing | Allow anonymous access | boolean | Allow users to grant anonymous access to dashboards. No sign-in will be required to view those dashboards read-only. | required |
defaultDashboardList | Home dashboards | list | Configure home dashboard for selected user group. The selected preset dashboard will be loaded as default landing page for this environment. | required |
Request body objects
The UserGroups
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
UserGroup | User group | text | Show selected dashboard by default for this user group | required |
Dashboard | Home dashboard | text | Preset dashboard to show as default landing page | required |