Class SecurityMonitoringRuleNewValueOptions

Options on new value rules.

Hierarchy

  • SecurityMonitoringRuleNewValueOptions

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

The duration in days after which a learned value is forgotten.

The duration in days during which values are learned, and after which signals will be generated for values that weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned.

The learning method used to determine when signals should be generated for values that weren't learned.

A number of occurrences after which signals will be generated for values that weren't learned.

Generated using TypeDoc