Table of Contents

Class PatchRateLimitPolicyConfigurationRequestContentAction

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

Properties

Action

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

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

Property Value

PatchRateLimitPolicyConfigurationRequestContentActionAction

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.