Show / Hide Table of Contents

Class SetHeaderPolicy

Set HTTP headers as they pass through the gateway.

Inheritance
object
SetHeaderPolicy
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 SetHeaderPolicy

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SetHeaderPolicyItem> Items { get; set; }
Property Value
Type Description
List<SetHeaderPolicyItem>

The list of headers.

Remarks

Required

In this article
Back to top