FirewallPolicyHttpHeaderToInsert Class
name and value of HTTP/S header to insert.
Constructor
FirewallPolicyHttpHeaderToInsert(*, header_name: str | None = None, header_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
header_name
|
Contains the name of the header. |
header_value
|
Contains the value of the header. |
Variables
Name | Description |
---|---|
header_name
|
Contains the name of the header. |
header_value
|
Contains the value of the header. |