[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
ActionContextField
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.
Properties
string
component
Optional
The display component appropriate for action context field
integer as int32
displayOrder
Optional
The order of this field within the list of all action context fields
array of
string
expressionResults
Optional
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.
boolean
hidden
Optional
True if this action context field may be hidden from display
string
id
Optional
The ID of the action context field
boolean
input
Optional
True if user can change the populated value of this field, false otherwise
string
name
Optional
The name of the action context field
string
parameterKey
Optional
The parameter key on the method to which this action context field corresponds
JSON Example
{
"component": "string",
"displayOrder": 0,
"expressionResults": [
"string"
],
"hidden": false,
"id": "string",
"input": false,
"name": "string",
"parameterKey": "string"
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of
ActionContext