Skip to content

Commit

Permalink
update api mangement diagnostic document (#19960)
Browse files Browse the repository at this point in the history
Co-authored-by: xuzhang3 <Zhangxu894765>
  • Loading branch information
xuzhang3 authored Jan 11, 2023
1 parent 8315aa3 commit de4e159
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions website/docs/r/api_management_diagnostic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,24 @@ A `backend_request`, `backend_response`, `frontend_request` or `frontend_respons

* `headers_to_log` - (Optional) Specifies a list of headers to log.

* `data_masking` - (Optional) A `data_masking` block as defined below.

---

A `data_masking` block supports the following:

* `query_params` - (Optional) A `query_params` block as defined below.

* `headers` - (Optional) A `headers` block as defined below.

---

The `query_params` and `headers` blocks support the following:

* `mode` - (Required) The data masking mode. Possible values are `Mask` and `Hide` for `query_params`. The only possible value is `Mask` for `headers`.

* `value` - (Required) The name of the header or the query parameter to mask.

## Attributes Reference

In addition to all arguments above, the following attributes are exported:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/redis_cache.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ redis_configuration {
}
```

## Default Redis Configuration Values
### Default Redis Configuration Values

| Redis Value | Basic | Standard | Premium |
| ------------------------------- | ------------ | ------------ | ------------ |
Expand Down

0 comments on commit de4e159

Please sign in to comment.