Script property to filter by.
Supported built-in fields:
language
field: 'language'
JAVASCRIPT
GROOVY
context
use
field: 'context'
field: 'use'
AUTHENTICATION_TREE_DECISION_NODE
OAUTH2_ACCESS_TOKEN_MODIFICATION
evaluatorVersion
field: 'evaluatorVersion'
1.0
2.0
Any other script property name is matched directly against the script object.
One or more values to match against the selected field. Multiple values are OR-ed together.
Examples:
value: 'javascript'
value: ['AUTHENTICATION_TREE_DECISION_NODE', 'OAUTH2_ACCESS_TOKEN_MODIFICATION']
value: '2.0'
Script property to filter by.
Supported built-in fields:
language: the script engine (field: 'language'), such asJAVASCRIPTorGROOVYcontext/use: the AM script use (field: 'context'orfield: 'use'), such asAUTHENTICATION_TREE_DECISION_NODEorOAUTH2_ACCESS_TOKEN_MODIFICATIONevaluatorVersion: the script evaluator schema version (field: 'evaluatorVersion'), such as1.0(legacy) or2.0(nextgen)Any other script property name is matched directly against the script object.