ResourceLookupContext Data Type

Properties
name data type description
resources map of array of string
userInput string
resourceName string

Example

{
  "resources" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "userInput" : "...",
  "resourceName" : "..."
}