Skip to content

Commit afefcbd

Browse files
authored
add note for not supported attributes (#215)
1 parent 58afc92 commit afefcbd

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

website/docs/r/api_security_api_config.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ The following arguments are supported:
4444
values:
4545
`ALERT_ONLY`, `BLOCK_REQUEST`, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`,`DEFAULT`. Assigning `DEFAULT` will inherit the
4646
action from parent object.
47+
48+
> **NOTE:** `invalid_param_name_violation_action` parameter is currently not supported. Please do not use/change value.
49+
4750
* `invalid_param_value_violation_action` - (Optional) The action taken when an invalid parameter value Violation occurs.
4851
Assigning `DEFAULT` will inherit the action from parent object. Possible values: `ALERT_ONLY`, `BLOCK_REQUEST`
4952
, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`,`DEFAULT`. Assigning `DEFAULT` will inherit the action from parent object.

website/docs/r/api_security_endpoint_config.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The following arguments are supported:
3434
* `invalid_param_value_violation_action` - (Optional) The action taken when an invalid parameter value Violation occurs.
3535
Possible values: `ALERT_ONLY`, `BLOCK_REQUEST`, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`, `DEFAULT`. Assigning `DEFAULT`
3636
will inherit the action from parent object.
37+
38+
> **NOTE:** `invalid_param_name_violation_action` parameter is currently not supported. Please do not use/change value.
39+
40+
3741
* `invalid_param_name_violation_action` - (Optional) The action taken when an invalid parameter value Violation occurs.
3842
Possible values: `ALERT_ONLY`, `BLOCK_REQUEST`, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`, `DEFAULT`. Assigning `DEFAULT`
3943
will inherit the action from parent object.

website/docs/r/api_security_site_config.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The following arguments are supported:
4242
Possible values: `ALERT_ONLY` (default value), `BLOCK_REQUEST`, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`.
4343
* `invalid_param_name_violation_action` - (Optional) The action taken when an invalid parameter value Violation occurs.
4444
Possible values: `ALERT_ONLY` (default value), `BLOCK_REQUEST`, `BLOCK_USER`, `BLOCK_IP`, `IGNORE`.
45+
46+
> **NOTE:** `invalid_param_name_violation_action` parameter is currently not supported. Please do not use/change value.
47+
4548
* `is_api_only_site` - (Optional) Apply positive security model for all traffic on the site. Applying the positive
4649
security model for all traffic on the site may lead to undesired request blocking.
4750
* `non_api_request_violation_action` - (Optional) Action to be taken for traffic on the site that does not target the

website/docs/r/site.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ The following arguments are supported:
6262
* `force_ssl` - (Optional) Force SSL. This option is only available for sites with manually configured IP/CNAME and for specific accounts.
6363
* `logs_account_id` - (Optional) Account where logs should be stored. Available only for Enterprise Plan customers that purchased the Logs Integration SKU. Numeric identifier of the account that purchased the logs integration SKU and which collects the logs. If not specified, operation will be performed on the account identified by the authentication parameters.
6464
* `active` - (Optional) Whether the site is active or bypassed by the Imperva network. Options are `active` and `bypass`.
65+
66+
> **NOTE:** `restricted_cname_reuse` parameter is currently not supported. Please do not use/change value.
67+
6568
* `restricted_cname_reuse` - (Optional) Use this option to allow Imperva to detect and add domains that are using the Imperva-provided CNAME (not recommended). One of: true | false.
6669
* `domain_validation` - (Optional) Sets the domain validation method that will be used to generate an SSL certificate. Options are `email`, `html`, `cname` and `dns`.
6770
* `approver` - (Optional) Sets the approver e-mail address that will be used to perform SSL domain validation.

0 commit comments

Comments
 (0)