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
28 changes: 28 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105369,6 +105369,9 @@ components:
SecurityMonitoringStandardRuleResponse:
description: Rule.
properties:
blocking:
description: Whether the rule blocks requests.
type: boolean
calculatedFields:
description: Calculated fields. Only allowed for scheduled rules - in other words, when schedulingOptions is also defined.
items:
Expand All @@ -105389,12 +105392,16 @@ components:
description: User ID of the user who created the rule.
format: int64
type: integer
creator:
$ref: "#/components/schemas/SecurityMonitoringUser"
customMessage:
description: Custom/Overridden message for generated signals (used in case of Default rule update).
type: string
customName:
description: Custom/Overridden name of the rule (used in case of Default rule update).
type: string
dataSource:
$ref: "#/components/schemas/SecurityMonitoringStandardDataSource"
defaultTags:
description: Default Tags for default rules (included in tags)
example:
Expand All @@ -105403,6 +105410,12 @@ components:
description: Default Tag.
type: string
type: array
dependencies:
description: Dependencies used by the rule.
items:
description: A dependency used by the rule.
type: string
type: array
deprecationDate:
description: When the rule will be deprecated, timestamp in milliseconds.
format: int64
Expand All @@ -105426,18 +105439,31 @@ components:
id:
description: The ID of the rule.
type: string
isBeta:
description: Whether the rule is in beta.
type: boolean
isDefault:
description: Whether the rule is included by default.
type: boolean
isDeleted:
description: Whether the rule has been deleted.
type: boolean
isDeprecated:
description: Whether the rule is deprecated.
type: boolean
isEnabled:
description: Whether the rule is enabled.
type: boolean
isPartner:
description: Whether the rule is provided by a partner.
type: boolean
message:
description: Message for generated signals.
type: string
metadata:
additionalProperties: {}
description: Additional metadata about the rule.
type: object
name:
description: The name of the rule.
type: string
Expand Down Expand Up @@ -105477,6 +105503,8 @@ components:
description: The date the rule was last updated, in milliseconds.
format: int64
type: integer
updater:
$ref: "#/components/schemas/SecurityMonitoringUser"
version:
description: The version of the rule.
format: int64
Expand Down
Loading
Loading