Table of Contents

Class ExecutePolicyResponse

Namespace
Styra.Opa.OpenApi.Models.Requests
Assembly
Styra.Opa.dll
public class ExecutePolicyResponse
Inheritance
ExecutePolicyResponse
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

StatusCode

HTTP response status code for this operation

public int StatusCode { get; set; }

Property Value

int

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.

public SuccessfulPolicyResponse? SuccessfulPolicyResponse { get; set; }

Property Value

SuccessfulPolicyResponse