Show / Hide Table of Contents

Class HeaderTransformationPolicy

A set of transformations to apply to HTTP headers that pass through the gateway.

Inheritance
object
HeaderTransformationPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class HeaderTransformationPolicy

Properties

FilterHeaders

Declaration
[JsonProperty(PropertyName = "filterHeaders")]
public FilterHeaderPolicy FilterHeaders { get; set; }
Property Value
Type Description
FilterHeaderPolicy

RenameHeaders

Declaration
[JsonProperty(PropertyName = "renameHeaders")]
public RenameHeaderPolicy RenameHeaders { get; set; }
Property Value
Type Description
RenameHeaderPolicy

SetHeaders

Declaration
[JsonProperty(PropertyName = "setHeaders")]
public SetHeaderPolicy SetHeaders { get; set; }
Property Value
Type Description
SetHeaderPolicy
In this article
Back to top