Table of Contents

Class CreateRateLimitPolicyRequestContent

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

Properties

Configuration

[JsonPropertyName("configuration")]
public required RateLimitPolicyConfiguration Configuration { get; set; }

Property Value

RateLimitPolicyConfiguration

Consumer

[JsonPropertyName("consumer")]
public required RateLimitPolicyConsumerEnum Consumer { get; set; }

Property Value

RateLimitPolicyConsumerEnum

ConsumerSelector

Identifier or category within the consumer to which the policy applies. Supported values: client_id: to target a specific client by ID, client_id: to target a CIMD client by URI, cimd_clients to target all CIMD clients, third_party_clients to target all third-party clients, or default to apply the policy to any consumer identifier not otherwise explicitly targeted.

[JsonPropertyName("consumer_selector")]
public required string ConsumerSelector { get; set; }

Property Value

string

Resource

[JsonPropertyName("resource")]
public required RateLimitPolicyResourceEnum Resource { get; set; }

Property Value

RateLimitPolicyResourceEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.