Namespace Styra.Opa.OpenApi.Models.Components
Classes
- BatchMixedResults
Mixed success and failures.
- BatchSuccessfulPolicyEvaluation
All batched policy executions succeeded.
The server also returns 200 if the path refers to an undefined document. In this case, responses will be empty.
- HealthyServer
OPA service is healthy. If the bundles option is specified then all configured bundles have been activated. If the plugins option is specified then all plugins are in an OK state.
- Input
Arbitrary JSON used within your policies by accessing
input
- Provenance
Provenance information can be requested on individual API calls and are returned inline with the API response. To obtain provenance information on an API call, specify the
provenance=true
query parameter when executing the API call.
- Result
The base or virtual document referred to by the URL path. If the path is undefined, this key will be omitted.
- SuccessfulPolicyResponse
Success.
The server also returns 200 if the path refers to an undefined document. In this case, the response will not contain a result property.