Skip to content
Open
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
85 changes: 3 additions & 82 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49256,18 +49256,6 @@ components:
meta:
$ref: '#/components/schemas/ResponseMetaAttributes'
type: object
SecurityMonitoringPaginatedSuppressionsResponse:
description: Response object containing the available suppression rules with
pagination metadata.
properties:
data:
description: A list of suppressions objects.
items:
$ref: '#/components/schemas/SecurityMonitoringSuppression'
type: array
meta:
$ref: '#/components/schemas/SecurityMonitoringSuppressionsMeta'
type: object
SecurityMonitoringReferenceTable:
description: Reference tables used in the queries.
properties:
Expand Down Expand Up @@ -51417,31 +51405,6 @@ components:
data:
$ref: '#/components/schemas/SecurityMonitoringSuppression'
type: object
SecurityMonitoringSuppressionSort:
description: The sort parameters used for querying suppression rules.
enum:
- name
- start_date
- expiration_date
- update_date
- enabled
- -name
- -start_date
- -expiration_date
- -update_date
- -enabled
type: string
x-enum-varnames:
- NAME
- START_DATE
- EXPIRATION_DATE
- UPDATE_DATE
- ENABLED
- NAME_DESCENDING
- START_DATE_DESCENDING
- EXPIRATION_DATE_DESCENDING
- UPDATE_DATE_DESCENDING
- ENABLED_DESCENDING
SecurityMonitoringSuppressionType:
default: suppressions
description: The type of the resource. The value should always be `suppressions`.
Expand Down Expand Up @@ -51537,31 +51500,6 @@ components:
required:
- data
type: object
SecurityMonitoringSuppressionsMeta:
description: Metadata for the suppression list response.
properties:
page:
$ref: '#/components/schemas/SecurityMonitoringSuppressionsPageMeta'
type: object
SecurityMonitoringSuppressionsPageMeta:
description: Pagination metadata.
properties:
pageNumber:
description: Current page number.
example: 0
format: int64
type: integer
pageSize:
description: Current page size.
example: 2
format: int64
type: integer
totalCount:
description: Total count of suppressions.
example: 2
format: int64
type: integer
type: object
SecurityMonitoringSuppressionsResponse:
description: Response object containing the available suppression rules.
properties:
Expand Down Expand Up @@ -85732,29 +85670,12 @@ paths:
required: false
schema:
type: string
- description: Attribute used to sort the list of suppression rules. Prefix
with `-` to sort in descending order.
in: query
name: sort
required: false
schema:
$ref: '#/components/schemas/SecurityMonitoringSuppressionSort'
- description: Size for a given page. Use `-1` to return all items.
in: query
name: page[size]
required: false
schema:
default: -1
example: 10
format: int64
type: integer
- $ref: '#/components/parameters/PageNumber'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityMonitoringPaginatedSuppressionsResponse'
$ref: '#/components/schemas/SecurityMonitoringSuppressionsResponse'
description: OK
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
Expand Down Expand Up @@ -86786,7 +86707,7 @@ paths:
$ref: '#/components/schemas/SensitiveDataScannerGroupCreateRequest'
required: true
responses:
'200':
'201':
content:
application/json:
schema:
Expand Down Expand Up @@ -86928,7 +86849,7 @@ paths:
$ref: '#/components/schemas/SensitiveDataScannerRuleCreateRequest'
required: true
responses:
'200':
'201':
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-14T17:29:03.168Z
2025-11-07T12:27:26.759Z

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 @@
2026-01-14T17:29:04.856Z
2025-11-07T12:27:27.654Z

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 @@
2026-01-14T17:29:05.317Z
2025-11-26T13:33:06.482Z

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

This file was deleted.

Loading
Loading