Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 639 Bytes

DefaultShareScope.md

File metadata and controls

14 lines (12 loc) · 639 Bytes

DefaultShareScope

Properties

Name Type Description Notes
scope ScopeEnum The scope of the default sharing for new filters and dashboards: * `AUTHENTICATED` Shared with all logged-in users. * `GLOBAL` Shared with all logged-in users. This shows as `AUTHENTICATED` in the response. * `PRIVATE` Not shared with any users.

Enum: ScopeEnum

Name Value
GLOBAL "GLOBAL"
AUTHENTICATED "AUTHENTICATED"
PRIVATE "PRIVATE"