Selectors are used to filter security issues for which notifications should be generated. Users can specify rule severities, rule types, a query to filter security issues on tags and attributes, and the trigger source. Only the trigger_source field is required.

Hierarchy

  • Selectors

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
query?: string

The query is composed of one or several key:value pairs, which can be used to filter security issues on tags and attributes.

ruleTypes?: RuleTypesItems[]

Security rule types used to filter signals and vulnerabilities generating notifications.

severities?: RuleSeverity[]

The security rules severities to consider.

triggerSource: TriggerSource

The type of security issues on which the rule applies. Notification rules based on security signals need to use the trigger source "security_signals", while notification rules based on security vulnerabilities need to use the trigger source "security_findings".

Generated using TypeDoc