FixedListDashboardParameter is a datatype for an option in a fixed list parameter.

Table: FixedListDashboardParameter

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 25, 2024
defaultMultiValues[string]yes The value assigned to the multi-value parameter on dashboard load, if no other value is specified. This is a preview and subject to change.
defaultValueV2stringyes The value assigned to the parameter on dashboard load, if no other value is specified.
idstringyes The unique identifier of the dashboard parameter.
isMultiParamboolean  Whether the parameter supports having multiple values. This is a preview and subject to change.
labelstringyes The label or 'name' displayed next to the input for the variable.
orderinteger  A number that determines the order in which parameters are displayed on a dashboard. If null, the parameter is ordered after other parameters in alphanumerical order.
values[FixedListParameterOption]yes A fixed list of values to use as the dashboard parameters. See FixedListParameterOption.