Table of Contents

Class RateLimitPolicyConfigurationOne

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record RateLimitPolicyConfigurationOne : IJsonOnDeserialized, IEquatable<RateLimitPolicyConfigurationOne>
Inheritance
RateLimitPolicyConfigurationOne
Implements
Inherited Members
Extension Methods

Properties

Action

Determines the action to take when the rate limit is exceeded.

[JsonPropertyName("action")]
public required RateLimitPolicyConfigurationOneAction Action { get; set; }

Property Value

RateLimitPolicyConfigurationOneAction

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Limit

The maximum number of requests allowed per second.

[JsonPropertyName("limit")]
public required int Limit { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.