Class ModifyResponseValidationFailurePolicy
Policy to specify how to modify the response code, body and headers.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ModifyResponseValidationFailurePolicy : ValidationFailurePolicyProperties
ResponseCode
Declaration
[JsonProperty(PropertyName = "responseCode")]
public string ResponseCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | HTTP response code, can include context variables. | 
ResponseHeaderTransformations
Declaration
[JsonProperty(PropertyName = "responseHeaderTransformations")]
public HeaderTransformationPolicy ResponseHeaderTransformations { get; set; }Property Value
| Type | Description | 
|---|---|
| HeaderTransformationPolicy | 
ResponseMessage
Declaration
[JsonProperty(PropertyName = "responseMessage")]
public string ResponseMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | HTTP response message. |