action-context-field
Defines a field within the action context of an action. This field may be a display only parameter, and may have an expression that determines its value or the default one.
{
"component": "string",
"displayOrder": 0,
"expressionResults": [
"string"
],
"hidden": false,
"id": "string",
"input": false,
"name": "string",
"parameterKey": "string"
}
The display component appropriate for action context field
The order of this field within the list of all action context fields
The result of running the expression on each resource, this first resource will be the first value in the list and the second will be the second value, etc.
True if this action context field may be hidden from display
The ID of the action context field
True if user can change the populated value of this field, false otherwise
The name of the action context field
The parameter key on the method to which this action context field corresponds