Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-05 15:09:34.708308",
"spec_repo_commit": "9cbf6566"
"regenerated": "2024-01-05 16:07:34.997873",
"spec_repo_commit": "bafcada7"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-05 15:09:34.723418",
"spec_repo_commit": "9cbf6566"
"regenerated": "2024-01-05 16:07:35.012469",
"spec_repo_commit": "bafcada7"
}
}
}
40 changes: 40 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16878,6 +16878,44 @@ components:
meta:
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
type: object
SensitiveDataScannerIncludedKeywordConfiguration:
description: 'Object defining a set of keywords and a number of characters that
help reduce noise.

You can provide a list of keywords you would like to check within a defined
proximity of the matching pattern.

If any of the keywords are found within the proximity check, the match is
kept.

If none are found, the match is discarded.'
properties:
character_count:
description: 'The number of characters behind a match detected by Sensitive
Data Scanner to look for the keywords defined.

`character_count` should be greater than the maximum length of a keyword
defined for a rule.'
example: 30
format: int64
maximum: 50
minimum: 1
type: integer
keywords:
description: 'Keyword list that will be checked during scanning in order
to validate a match.

The number of keywords in the list must be less than or equal to 20.'
example:
- credit card
- cc
items:
type: string
type: array
required:
- keywords
- character_count
type: object
SensitiveDataScannerMeta:
description: Meta response containing information about the API.
properties:
Expand Down Expand Up @@ -16971,6 +17009,8 @@ components:
items:
type: string
type: array
included_keyword_configuration:
$ref: '#/components/schemas/SensitiveDataScannerIncludedKeywordConfiguration'
is_enabled:
description: Whether or not the rule is enabled.
type: boolean
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-12-13T09:06:38.820Z
2024-01-04T13:51:03.802Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-12-13T09:06:40.913Z
2024-01-04T13:51:06.530Z
Loading