Skip to content

Commit 28018e1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1517d9f of spec repo
1 parent 6823564 commit 28018e1

27 files changed

+245
-64
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52069,6 +52069,8 @@ components:
5206952069
maximum: 5
5207052070
minimum: 1
5207152071
type: integer
52072+
suppressions:
52073+
$ref: '#/components/schemas/SensitiveDataScannerSuppressions'
5207252074
tags:
5207352075
description: List of tags.
5207452076
items:
@@ -52290,6 +52292,41 @@ components:
5229052292
type:
5229152293
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternType'
5229252294
type: object
52295+
SensitiveDataScannerSuppressions:
52296+
description: 'Object describing the suppressions for a rule. There are three
52297+
types of suppressions, `starts_with`, `ends_with`, and `exact_match`.
52298+
52299+
Suppressed matches are not obfuscated, counted in metrics, or displayed in
52300+
the Findings page.'
52301+
properties:
52302+
ends_with:
52303+
description: List of strings to use for suppression of matches ending with
52304+
these strings.
52305+
example:
52306+
- '@example.com'
52307+
- example.com
52308+
items:
52309+
type: string
52310+
type: array
52311+
exact_match:
52312+
description: List of strings to use for suppression of matches exactly matching
52313+
these strings.
52314+
example:
52315+
52316+
52317+
items:
52318+
type: string
52319+
type: array
52320+
starts_with:
52321+
description: List of strings to use for suppression of matches starting
52322+
with these strings.
52323+
example:
52324+
- admin
52325+
- user
52326+
items:
52327+
type: string
52328+
type: array
52329+
type: object
5229352330
SensitiveDataScannerTextReplacement:
5229452331
description: Object describing how the scanned event will be replaced.
5229552332
properties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-12-09T09:52:45.850Z
1+
2026-01-15T18:47:40.737Z

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

Lines changed: 3 additions & 3 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-
2025-05-30T17:17:05.785Z
1+
2026-01-15T18:47:40.740Z

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

Lines changed: 4 additions & 4 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-
2025-05-30T17:17:07.743Z
1+
2026-01-15T18:47:40.742Z

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

Lines changed: 5 additions & 5 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-
2025-08-26T20:31:44.042Z
1+
2026-01-15T18:47:40.742Z

cassettes/features/v2/sensitive_data_scanner/Create-Scanning-Rule-with-should-save-match-returns-OK-response.yml

Lines changed: 5 additions & 5 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-
2025-05-30T17:17:09.412Z
1+
2026-01-15T18:47:40.744Z

0 commit comments

Comments
 (0)