Skip to content

Commit 6a1931c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f330e0dd of spec repo
1 parent 7f13e40 commit 6a1931c

12 files changed

Lines changed: 245 additions & 50 deletions

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-01-04 15:17:58.780582",
8-
"spec_repo_commit": "e7cfa56f"
7+
"regenerated": "2024-01-05 14:18:27.877353",
8+
"spec_repo_commit": "f330e0dd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-04 15:17:58.794511",
13-
"spec_repo_commit": "e7cfa56f"
12+
"regenerated": "2024-01-05 14:18:27.892158",
13+
"spec_repo_commit": "f330e0dd"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16878,6 +16878,44 @@ components:
1687816878
meta:
1687916879
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
1688016880
type: object
16881+
SensitiveDataScannerIncludedKeywordConfiguration:
16882+
description: 'Object defining a set of keywords and a number of characters that
16883+
help reduce noise.
16884+
16885+
You can provide a list of keywords you would like to check within a defined
16886+
proximity of the matching pattern.
16887+
16888+
If any of the keywords are found within the proximity check, the match is
16889+
kept.
16890+
16891+
If none are found, the match is discarded.'
16892+
properties:
16893+
character_count:
16894+
description: 'The number of characters behind a match detected by Sensitive
16895+
Data Scanner to look for the keywords defined.
16896+
16897+
`character_count` should be greater than the maximum length of a keyword
16898+
defined for a rule.'
16899+
example: 30
16900+
format: int64
16901+
maximum: 50
16902+
minimum: 1
16903+
type: integer
16904+
keywords:
16905+
description: 'Keyword list that will be checked during scanning in order
16906+
to validate a match.
16907+
16908+
The number of keywords in the list must be less than or equal to 20.'
16909+
example:
16910+
- credit card
16911+
- cc
16912+
items:
16913+
type: string
16914+
type: array
16915+
required:
16916+
- keywords
16917+
- character_count
16918+
type: object
1688116919
SensitiveDataScannerMeta:
1688216920
description: Meta response containing information about the API.
1688316921
properties:
@@ -16971,6 +17009,8 @@ components:
1697117009
items:
1697217010
type: string
1697317011
type: array
17012+
included_keyword_configuration:
17013+
$ref: '#/components/schemas/SensitiveDataScannerIncludedKeywordConfiguration'
1697417014
is_enabled:
1697517015
description: Whether or not the rule is enabled.
1697617016
type: boolean
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-12-13T09:06:38.820Z
1+
2024-01-04T13:51:03.802Z

cassettes/features/v2/sensitive_data_scanner/Create-Scanning-Rule-returns-OK-response.yml

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-12-13T09:06:40.913Z
1+
2024-01-04T13:51:06.530Z

0 commit comments

Comments
 (0)