File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55909,6 +55909,7 @@ components:
5590955909 - -start_date
5591055910 - -expiration_date
5591155911 - -update_date
55912+ - -creation_date
5591255913 - -enabled
5591355914 type: string
5591455915 x-enum-varnames:
@@ -55921,6 +55922,7 @@ components:
5592155922 - START_DATE_DESCENDING
5592255923 - EXPIRATION_DATE_DESCENDING
5592355924 - UPDATE_DATE_DESCENDING
55925+ - CREATION_DATE_DESCENDING
5592455926 - ENABLED_DESCENDING
5592555927 SecurityMonitoringSuppressionType:
5592655928 default: suppressions
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const (
2424 SECURITYMONITORINGSUPPRESSIONSORT_START_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-start_date"
2525 SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-expiration_date"
2626 SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-update_date"
27+ SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE_DESCENDING SecurityMonitoringSuppressionSort = "-creation_date"
2728 SECURITYMONITORINGSUPPRESSIONSORT_ENABLED_DESCENDING SecurityMonitoringSuppressionSort = "-enabled"
2829)
2930
@@ -37,6 +38,7 @@ var allowedSecurityMonitoringSuppressionSortEnumValues = []SecurityMonitoringSup
3738 SECURITYMONITORINGSUPPRESSIONSORT_START_DATE_DESCENDING ,
3839 SECURITYMONITORINGSUPPRESSIONSORT_EXPIRATION_DATE_DESCENDING ,
3940 SECURITYMONITORINGSUPPRESSIONSORT_UPDATE_DATE_DESCENDING ,
41+ SECURITYMONITORINGSUPPRESSIONSORT_CREATION_DATE_DESCENDING ,
4042 SECURITYMONITORINGSUPPRESSIONSORT_ENABLED_DESCENDING ,
4143}
4244
You can’t perform that action at this time.
0 commit comments