Class SecurityMonitoringRuleTestResponse

Result of the test of the rule queries.

Hierarchy

  • SecurityMonitoringRuleTestResponse

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
results?: boolean[]

Assert results are returned in the same order as the rule query payloads. For each payload, it returns True if the result matched the expected result, False otherwise.

Generated using TypeDoc