FilterHeaderPolicyItem

class oci.apigateway.models.FilterHeaderPolicyItem(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new FilterHeaderPolicyItem object with values from keyword arguments.

Attributes

name [Required] Gets the name of this FilterHeaderPolicyItem.
__init__(**kwargs)

Initializes a new FilterHeaderPolicyItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:name (str) – The value to assign to the name property of this FilterHeaderPolicyItem.
name

[Required] Gets the name of this FilterHeaderPolicyItem. The case-insensitive name of the header. This name must be unique across transformation policies.

Returns:The name of this FilterHeaderPolicyItem.
Return type:str