-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb8b7a5
commit 9b10b4c
Showing
3 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
docs/data-sources/application_security_exclusion_filters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "datadog_application_security_exclusion_filters Data Source - terraform-provider-datadog" | ||
subcategory: "" | ||
description: |- | ||
Retrieves Datadog Application Security Exclusion Filters. | ||
--- | ||
|
||
# datadog_application_security_exclusion_filters (Data Source) | ||
|
||
Retrieves Datadog Application Security Exclusion Filters. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `exclusion_filters` (List of Object) List of Application Security exclusion filters (see [below for nested schema](#nestedatt--exclusion_filters)) | ||
- `exclusion_filters_ids` (List of String) List of IDs for the Application Security exclusion filters. | ||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedatt--exclusion_filters"></a> | ||
### Nested Schema for `exclusion_filters` | ||
|
||
Read-Only: | ||
|
||
- `description` (String) | ||
- `enabled` (Boolean) | ||
- `id` (String) | ||
- `parameters` (List of String) | ||
- `path_glob` (String) | ||
- `rules_target` (List of Object) (see [below for nested schema](#nestedobjatt--exclusion_filters--rules_target)) | ||
- `scope` (List of Object) (see [below for nested schema](#nestedobjatt--exclusion_filters--scope)) | ||
|
||
<a id="nestedobjatt--exclusion_filters--rules_target"></a> | ||
### Nested Schema for `exclusion_filters.rules_target` | ||
|
||
Read-Only: | ||
|
||
- `category` (String) | ||
- `type` (String) | ||
|
||
|
||
<a id="nestedobjatt--exclusion_filters--scope"></a> | ||
### Nested Schema for `exclusion_filters.scope` | ||
|
||
Read-Only: | ||
|
||
- `env` (String) | ||
- `service` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "datadog_application_security_exclusion_filters Resource - terraform-provider-datadog" | ||
subcategory: "" | ||
description: |- | ||
Provides a Datadog Application Security Exclusion Filters API resource. | ||
--- | ||
|
||
# datadog_application_security_exclusion_filters (Resource) | ||
|
||
Provides a Datadog Application Security Exclusion Filters API resource. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `description` (String) A description for the exclusion filter. | ||
- `enabled` (Boolean) Indicates whether the exclusion filter is enabled. | ||
- `path_glob` (String) The path glob for the exclusion filter. | ||
|
||
### Optional | ||
|
||
- `parameters` (List of String) List of parameters for the exclusion filters. | ||
- `rules_target` (List of Object) The rules target of the exclusion filter with 'rule_id'. (see [below for nested schema](#nestedatt--rules_target)) | ||
- `scope` (List of Object) The scope of the exclusion filter. Each entry contains 'env' and 'service'. (see [below for nested schema](#nestedatt--scope)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedatt--rules_target"></a> | ||
### Nested Schema for `rules_target` | ||
|
||
Optional: | ||
|
||
- `rule_id` (String) | ||
|
||
|
||
<a id="nestedatt--scope"></a> | ||
### Nested Schema for `scope` | ||
|
||
Optional: | ||
|
||
- `env` (String) | ||
- `service` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters