Class SecurityMonitoringRuleQueryPayload

Payload to test a rule query with the expected result.

Hierarchy

  • SecurityMonitoringRuleQueryPayload

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
expectedResult?: boolean

Expected result of the test.

index?: number

Index of the query under test.

Payload used to test the rule query.

Generated using TypeDoc