Show / Hide Table of Contents

Class FilterHeaderPolicyItem

A header to drop (with BLOCK) or pass through (with ALLOW).

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

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The case-insensitive name of the header. This name must be unique across transformation policies.

Remarks

Required

In this article
Back to top