Tenant-level rate limit configuration

interface RateLimitTenant {
    request?: RateLimitItem;
    token?: RateLimitItem;
    type: "tenant";
}

Properties

Properties

request?: RateLimitItem

Request rate limiting settings

Token rate limiting settings

type: "tenant"

The type of rate limit, always "tenant" for tenant-level rate limits