RenameHeaderPolicy

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

Bases: object

Rename HTTP headers as they pass through the gateway.

Methods

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

Attributes

items [Required] Gets the items of this RenameHeaderPolicy.
__init__(**kwargs)

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

Parameters:items (list[oci.apigateway.models.RenameHeaderPolicyItem]) – The value to assign to the items property of this RenameHeaderPolicy.
items

[Required] Gets the items of this RenameHeaderPolicy. The list of headers.

Returns:The items of this RenameHeaderPolicy.
Return type:list[oci.apigateway.models.RenameHeaderPolicyItem]