Skip to content

Commit

Permalink
build registry documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
docsbot committed Dec 22, 2022
1 parent dbe08bc commit 2cbee97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/resources/api_shield.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ resource "cloudflare_api_shield" "example" {

### Required

- `auth_id_characteristics` (Block List, Min: 1) Characteristics define properties across which auth-ids can be computed in a privacy-preserving manner. (see [below for nested schema](#nestedblock--auth_id_characteristics))
- `zone_id` (String) The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**

### Optional

- `auth_id_characteristics` (Block List) Characteristics define properties across which auth-ids can be computed in a privacy-preserving manner. (see [below for nested schema](#nestedblock--auth_id_characteristics))

### Read-Only

- `id` (String) The ID of this resource.

<a id="nestedblock--auth_id_characteristics"></a>
### Nested Schema for `auth_id_characteristics`

Required:
Optional:

- `name` (String) The name of the characteristic.
- `type` (String) The type of characteristic. Available values: `header`, `cookie`.
Expand Down

0 comments on commit 2cbee97

Please sign in to comment.