Send feedback LegacySoarDashboardDataModel Stay organized with collections Save and categorize content based on your preferences.
LegacySoarDashboardDataModel represents the data model for a dashboard.
JSON representation
{ "id" : string , "creator" : string , "name" : string , "defaultTimeRange" : enum (DashboardTimeRangeTypesEnums
) , "allowedUsersJson" : string , "allowedUsers" : [ string ] , "widgets" : [ { object (LegacySoarDashboardWidgetDataModel
) } ] , "environmentsJson" : string , "environments" : [ string ] , "creationTimeUnixTimeInMs" : string , "modificationTimeUnixTimeInMs" : string }
Fields id
string (int64 format)
Optional. The ID of the dashboard.
creator
string
Optional. The creator of the dashboard.
name
string
Optional. The name of the dashboard.
defaultTimeRange
enum (DashboardTimeRangeTypesEnums
)
Optional. The default time range of the dashboard.
allowedUsersJson
string
Optional. The allowed users of the dashboard.
allowedUsers[]
string
Optional. The allowed users of the dashboard.
widgets[]
object (LegacySoarDashboardWidgetDataModel
)
Optional. The widgets of the dashboard.
environmentsJson
string
Optional. The environments of the dashboard.
environments[]
string
Optional. The environments of the dashboard.
creationTimeUnixTimeInMs
string (int64 format)
Optional. The creation time of the dashboard in Unix time in milliseconds.
modificationTimeUnixTimeInMs
string (int64 format)
Optional. The modification time of the dashboard in Unix time in milliseconds.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[]]