Table of Contents

Class CompileResultSQL

Namespace
OpenPolicyAgent.Opa.OpenApi.Models.Components
Assembly
OpenPolicyAgent.Opa.dll

The partially evaluated result of the query, in SQL format. Result will be empty if the query is never true.

public class CompileResultSQL
Inheritance
CompileResultSQL
Inherited Members

Properties

Result

The partially evaluated result of the query as SQL.

[JsonProperty("result")]
public CompileResultSQLResult? Result { get; set; }

Property Value

CompileResultSQLResult