Decision Node Testing
This endpoint provides the ability to create a test evaluation of a decision node. A decision node represents a policy or rule.
Entity testing data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Map<String, String> |
N/A |
N/A |
A map of attribute value overrides, where the key is the attribute name and the value is the overridden value. |
|
Map<String, EvaluatedAttribute> |
N/A |
N/A |
The evaluated attributes. |
|
Boolean |
N/A |
N/A |
Indicates whether the request was authorized. |
|
Condition |
N/A |
N/A |
The condition evaluated during the decision process. |
|
Collection of Condition |
N/A |
N/A |
A list of conditions evaluated during the decision process. |
|
Decision |
N/A |
N/A |
The decision made by the evaluation. |
|
DecisionRequest |
N/A |
N/A |
The decision request object containing the details of the decision to be made. |
|
DecisionNode |
N/A |
N/A |
The decision tree used in the evaluation. |
|
long |
N/A |
N/A |
The time elapsed during the evaluation process. |
|
Collection of LogEntry |
N/A |
N/A |
A log of the evaluation process. |
|
Map<String, String> |
N/A |
N/A |
A map of externally resolved attributes. |
|
EntityTestingRequestDTO |
N/A |
N/A |
The request object associated with this response. |
|
ValueRepresentation |
N/A |
N/A |
The result of the evaluation. |
|
Collection of ValueRepresentation |
N/A |
N/A |
A list of results from the evaluation. |
|
Map<String, String> |
N/A |
N/A |
A map of service value overrides, where the key is the service name and the value is the overridden value. |
|
Map<String, EvaluatedService> |
N/A |
N/A |
The evaluated services. |
|
Collection of Statement |
N/A |
N/A |
A list of statements evaluated during the decision process. |
|
DecisionStatus |
N/A |
N/A |
The status of the decision. |
|
Instant |
N/A |
N/A |
The timestamp when the response was generated. |