Back to Node Auth0

Interface ListRateLimitPoliciesRequestParameters

docs/interfaces/management.Management.ListRateLimitPoliciesRequestParameters.html

5.11.01.8 KB
Original Source

Interface ListRateLimitPoliciesRequestParameters

Example

{ * resource: "oauth_authentication_api", * consumer: "client", * consumer_selector: "consumer_selector", * take: 1, * from: "from" * }Copy

interface ListRateLimitPoliciesRequestParameters {
resource?: "oauth_authentication_api" | null;
consumer?: "client" | null;
consumer_selector?: string | null;
take?: number | null;
from?: string | null;
}

Index

Properties

resource?consumer?consumer_selector?take?from?

Properties

Optionalresource

resource?: "oauth_authentication_api" | null

The API protected by the Rate Limit Policy.

Optionalconsumer

consumer?: "client" | null

The consumer to which the rate limit policy applies.

Optionalconsumer_selector

consumer_selector?: string | null

Identifier or category within the consumer to which the policy applies. Supported values: client_id:<client_id> to target a specific client by ID, client_id:<cimd_uri> 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.

Optionaltake

take?: number | null

Number of results per page. Defaults to 50.

Optionalfrom

from?: string | null

Cursor for pagination.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties resourceconsumerconsumer_selectortakefrom