This document describes the expected output from OPA policy query
- Type: Boolean
- Description: Indicates whether the action is permitted.
- Type: List of Strings
- Description: Reasons why the action is not allowed.
{
"allowed": false,
"violations": [
"No job execution is allowed",
...
],
...
}