DictionaryEntryType is a datatype making an entry into a list of unordered key-value pairs.

This datatype is used by several datatypes (e.g., Repository, SearchDomain, HumioQuery, etc.), which are used by several mutation and query fields.

Table: DictionaryEntryType

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 24, 2024
keystringyes Long-TermThe name of the unique key.
valuestringyes Long-TermThe value for the key.