Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Oct 26, 2023
1 parent 9934d7c commit 6a39db7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/resources/teams_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ resource "cloudflare_teams_account" "example" {
background_color = "#000000"
}
body_scanning {
inspection_mode = "deep"
}
antivirus {
enabled_download_phase = true
enabled_upload_phase = false
Expand Down Expand Up @@ -75,6 +79,7 @@ resource "cloudflare_teams_account" "example" {
- `activity_log_enabled` (Boolean) Whether to enable the activity log.
- `antivirus` (Block List, Max: 1) Configuration block for antivirus traffic scanning. (see [below for nested schema](#nestedblock--antivirus))
- `block_page` (Block List, Max: 1) Configuration for a custom block page. (see [below for nested schema](#nestedblock--block_page))
- `body_scanning` (Block List, Max: 1) Configuration for body scanning. (see [below for nested schema](#nestedblock--body_scanning))
- `fips` (Block List, Max: 1) Configure compliance with Federal Information Processing Standards. (see [below for nested schema](#nestedblock--fips))
- `logging` (Block List, Max: 1) (see [below for nested schema](#nestedblock--logging))
- `non_identity_browser_isolation_enabled` (Boolean) Enable non-identity onramp for Browser Isolation. Defaults to `false`.
Expand Down Expand Up @@ -114,6 +119,14 @@ Optional:
- `name` (String) Name of block page configuration.


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

Required:

- `inspection_mode` (String) Body scanning inspection mode. Available values: `deep`, `shallow`.


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

Expand Down

0 comments on commit 6a39db7

Please sign in to comment.