PAL7ConfigRewriteOp

Updated at:

Parameter

Type

Description

Example

object

Rewrite operation.

Op

string

Operation type. Required.

  • add: Add an item.

  • set: Set a value.

  • delete: Delete an item.

  • replace: Replace a value.

add

OldValue

string

Value to find and replace. Used only for the replace operation.

old_value

Value

string

Target value as a string.

new_value

Key

string

HTTP header or query parameter name. Required.

X-Test-Param

ValueVariable

string

Target value as a string. Valid values:

  • sase_app_name: Application name.

  • sase_app_id: Application ID.

  • sase_policy_name: Zero Trust policy name.

  • sase_user_username: Username.

  • sase_user_department: User department.

  • sase_user_group_infos: User organizational structure information.

  • sase_user_matched_user_groups: User group information.

  • sase_client_addr: Client address.

  • sase_client_ip: Client IP address.

  • sase_client_port: Client port.

sase_app_name