Attributes to update on a usage quota. Omitting a property leaves its current value unchanged.

Hierarchy

  • UsageQuotaUpdateAttributes

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
enforced?: boolean

Whether to actively block usage above the limit. Omit this field to leave the current enforcement setting unchanged.

usageLimit?: number

The new quota limit in the usage units defined by the quota namespace. For an organization-wide quota (empty scope), the limit must be greater than the usage already recorded in the current period. Omit this field to leave the current limit unchanged.

Generated using TypeDoc