Table of Contents

Class RateLimitPolicyConfigurationAction

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

Properties

Action

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

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

Property Value

RateLimitPolicyConfigurationActionAction

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

RedirectUri

The HTTPS URI to redirect to when the rate limit is exceeded.

[JsonPropertyName("redirect_uri")]
public required string RedirectUri { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.