Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface CreateRateLimitPolicyRequestContent

    {
    * resource: "oauth_authentication_api",
    * consumer: "client",
    * consumer_selector: "consumer_selector",
    * configuration: {
    * action: "allow"
    * }
    * }
    interface CreateRateLimitPolicyRequestContent {
        resource: "oauth_authentication_api";
        consumer: "client";
        consumer_selector: string;
        configuration: RateLimitPolicyConfiguration;
    }
    Index

    Properties

    resource: "oauth_authentication_api"
    consumer: "client"
    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.