Back to Node Auth0

Interface CreateRateLimitPolicyResponseContent

docs/interfaces/management.Management.CreateRateLimitPolicyResponseContent.html

5.11.02.0 KB
Original Source

Interface CreateRateLimitPolicyResponseContent

interface CreateRateLimitPolicyResponseContent {
id: string;
resource: "oauth_authentication_api";
consumer: "client";
consumer_selector: string;
configuration: RateLimitPolicyConfiguration;
created_at?: string;
updated_at?: string;
}

Index

Properties

idresourceconsumerconsumer_selectorconfigurationcreated_at?updated_at?

Properties

id

id: string

Unique identifier for the Rate Limit Policy.

resource

resource: "oauth_authentication_api"

consumer

consumer: "client"

consumer_selector

consumer_selector: string

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.

configuration

configuration: RateLimitPolicyConfiguration

Optionalcreated_at

created_at?: string

The date and time when the rate limit policy was created.

Optionalupdated_at

updated_at?: string

The date and time when the rate limit policy was last updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idresourceconsumerconsumer_selectorconfigurationcreated_atupdated_at