Skip to content

Commit 31406e9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e1038df of spec repo
1 parent 289b32d commit 31406e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51424,23 +51424,27 @@ components:
5142451424
- start_date
5142551425
- expiration_date
5142651426
- update_date
51427+
- creation_date
5142751428
- enabled
5142851429
- -name
5142951430
- -start_date
5143051431
- -expiration_date
5143151432
- -update_date
51433+
- -creation_date
5143251434
- -enabled
5143351435
type: string
5143451436
x-enum-varnames:
5143551437
- NAME
5143651438
- START_DATE
5143751439
- EXPIRATION_DATE
5143851440
- UPDATE_DATE
51441+
- CREATION_DATE
5143951442
- ENABLED
5144051443
- NAME_DESCENDING
5144151444
- START_DATE_DESCENDING
5144251445
- EXPIRATION_DATE_DESCENDING
5144351446
- UPDATE_DATE_DESCENDING
51447+
- CREATION_DATE_DESCENDING
5144451448
- ENABLED_DESCENDING
5144551449
SecurityMonitoringSuppressionType:
5144651450
default: suppressions

api/datadogV2/model_security_monitoring_suppression_sort.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ const (
1919
SECURITYMONITORINGSUPPRESSIONSORT_START_DATE SecurityMonitoringSuppressionSort = "start_date"
2020
SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE SecurityMonitoringSuppressionSort = "expiration_date"
2121
SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE SecurityMonitoringSuppressionSort = "update_date"
22+
SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE SecurityMonitoringSuppressionSort = "creation_date"
2223
SECURITYMONITORINGSUPPRESSIONSORT_ENABLED SecurityMonitoringSuppressionSort = "enabled"
2324
SECURITYMONITORINGSUPPRESSIONSORT_NAME_DESCENDING SecurityMonitoringSuppressionSort = "-name"
2425
SECURITYMONITORINGSUPPRESSIONSORT_START_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-start_date"
2526
SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-expiration_date"
2627
SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-update_date"
28+
SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-creation_date"
2729
SECURITYMONITORINGSUPPRESSIONSORT_ENABLED_DESCENDING SecurityMonitoringSuppressionSort = "-enabled"
2830
)
2931

@@ -32,11 +34,13 @@ var allowedSecurityMonitoringSuppressionSortEnumValues = []SecurityMonitoringSup
3234
SECURITYMONITORINGSUPPRESSIONSORT_START_DATE,
3335
SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE,
3436
SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE,
37+
SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE,
3538
SECURITYMONITORINGSUPPRESSIONSORT_ENABLED,
3639
SECURITYMONITORINGSUPPRESSIONSORT_NAME_DESCENDING,
3740
SECURITYMONITORINGSUPPRESSIONSORT_START_DATE_DESCENDING,
3841
SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE_DESCENDING,
3942
SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE_DESCENDING,
43+
SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE_DESCENDING,
4044
SECURITYMONITORINGSUPPRESSIONSORT_ENABLED_DESCENDING,
4145
}
4246

0 commit comments

Comments
 (0)