Table of Contents

Class OrganizationQuotaLimit

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Represents the organization quota headers (Auth0-Organization-Quota-Limit) returned as part of a response.

public sealed class OrganizationQuotaLimit
Inheritance
OrganizationQuotaLimit
Inherited Members
Extension Methods

Properties

PerDay

The per-day quota bucket, if present.

public QuotaLimit? PerDay { get; init; }

Property Value

QuotaLimit

PerHour

The per-hour quota bucket, if present.

public QuotaLimit? PerHour { get; init; }

Property Value

QuotaLimit

Methods

Parse(string?)

Parses the Auth0-Organization-Quota-Limit header value into an OrganizationQuotaLimit. Returns null when the header is absent or empty.

public static OrganizationQuotaLimit? Parse(string? headerValue)

Parameters

headerValue string

Returns

OrganizationQuotaLimit