The RUM rate limit configuration properties.

Hierarchy

  • RumRateLimitConfigAttributes

Constructors

Properties

The configuration used when mode is adaptive.

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 configuration used when mode is custom.

The rate limit mode. custom enforces a fixed session limit, while adaptive dynamically adjusts retention.

orgId: number

The ID of the organization the rate limit configuration belongs to.

updatedAt?: string

The date the rate limit configuration was last updated.

updatedBy?: string

The handle of the user who last updated the rate limit configuration.

Generated using TypeDoc