You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Custom/Overridden Message for generated signals (used in case of Default rule update).
25
+
*/
26
+
"customMessage"?: string;
27
+
/**
28
+
* Custom/Overridden name (used in case of Default rule update).
29
+
*/
30
+
"customName"?: string;
23
31
/**
24
32
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
25
33
*/
@@ -91,6 +99,14 @@ export class SecurityMonitoringRuleUpdatePayload {
Copy file name to clipboardExpand all lines: services/security_monitoring/src/v2/models/SecurityMonitoringSignalRulePayload.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ export class SecurityMonitoringSignalRulePayload {
14
14
* Cases for generating signals.
15
15
*/
16
16
"cases": Array<SecurityMonitoringRuleCaseCreate>;
17
+
/**
18
+
* Custom/Overridden message for generated signals (used in case of Default rule update).
19
+
*/
20
+
"customMessage"?: string;
21
+
/**
22
+
* Custom/Overridden name of the rule (used in case of Default rule update).
23
+
*/
24
+
"customName"?: string;
17
25
/**
18
26
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
19
27
*/
@@ -70,6 +78,14 @@ export class SecurityMonitoringSignalRulePayload {
Copy file name to clipboardExpand all lines: services/security_monitoring/src/v2/models/SecurityMonitoringStandardRulePayload.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ export class SecurityMonitoringStandardRulePayload {
16
16
* Cases for generating signals.
17
17
*/
18
18
"cases": Array<SecurityMonitoringRuleCaseCreate>;
19
+
/**
20
+
* Custom/Overridden message for generated signals (used in case of Default rule update).
21
+
*/
22
+
"customMessage"?: string;
23
+
/**
24
+
* Custom/Overridden name of the rule (used in case of Default rule update).
25
+
*/
26
+
"customName"?: string;
19
27
/**
20
28
* Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
21
29
*/
@@ -84,6 +92,14 @@ export class SecurityMonitoringStandardRulePayload {
0 commit comments