Table of Contents

Class ExecuteDefaultPolicyWithInputResponse

Namespace
Styra.Opa.OpenApi.Models.Requests
Assembly
Styra.Opa.dll
public class ExecuteDefaultPolicyWithInputResponse
Inheritance
ExecuteDefaultPolicyWithInputResponse
Inherited Members

Properties

ContentType

HTTP response content type for this operation

public string? ContentType { get; set; }

Property Value

string

Headers

public Dictionary<string, List<string>> Headers { get; set; }

Property Value

Dictionary<string, List<string>>

RawResponse

Raw HTTP response; suitable for custom response parsing

public HttpResponseMessage RawResponse { get; set; }

Property Value

HttpResponseMessage

Result

Success.
Evaluating the default policy has the same response behavior as a successful policy evaluation, but with only the result as the response.

public Result? Result { get; set; }

Property Value

Result

StatusCode

HTTP response status code for this operation

public int StatusCode { get; set; }

Property Value

int