Class SecurityMonitoringRuleCaseActionOptions

Options for the rule action

Hierarchy

  • SecurityMonitoringRuleCaseActionOptions

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
duration?: number

Duration of the action in seconds. 0 indicates no expiration.

userBehaviorName?: string

Used with the case action of type 'user_behavior'. The value specified in this field is applied as a risk tag to all users affected by the rule.

Generated using TypeDoc