Skip to content

Commit 61b833a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c0b9551e of spec repo
1 parent 5643561 commit 61b833a

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.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-10-28 23:07:49.920278",
8-
"spec_repo_commit": "4251a422"
7+
"regenerated": "2024-10-29 20:46:34.730777",
8+
"spec_repo_commit": "c0b9551e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-28 23:07:49.941724",
13-
"spec_repo_commit": "4251a422"
12+
"regenerated": "2024-10-29 20:46:34.748934",
13+
"spec_repo_commit": "c0b9551e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21870,6 +21870,13 @@ components:
2187021870
items:
2187121871
type: string
2187221872
type: array
21873+
use_recommended_keywords:
21874+
description: 'Should the rule use the underlying standard pattern keyword
21875+
configuration. If set to `true`, the rule must be tied
21876+
21877+
to a standard pattern. If set to `false`, the specified keywords and `character_count`
21878+
are applied.'
21879+
type: boolean
2187321880
required:
2187421881
- keywords
2187521882
- character_count

packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export class SensitiveDataScannerIncludedKeywordConfiguration {
2323
* The number of keywords in the list must be less than or equal to 30.
2424
*/
2525
"keywords": Array<string>;
26+
/**
27+
* Should the rule use the underlying standard pattern keyword configuration. If set to `true`, the rule must be tied
28+
* to a standard pattern. If set to `false`, the specified keywords and `character_count` are applied.
29+
*/
30+
"useRecommendedKeywords"?: boolean;
2631

2732
/**
2833
* A container for additional, undeclared properties.
@@ -51,6 +56,10 @@ export class SensitiveDataScannerIncludedKeywordConfiguration {
5156
type: "Array<string>",
5257
required: true,
5358
},
59+
useRecommendedKeywords: {
60+
baseName: "use_recommended_keywords",
61+
type: "boolean",
62+
},
5463
additionalProperties: {
5564
baseName: "additionalProperties",
5665
type: "any",

0 commit comments

Comments
 (0)