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

    Interface PatchRateLimitPolicyRequestContent

    {
    * configuration: {
    * action: "allow"
    * }
    * }
    interface PatchRateLimitPolicyRequestContent {
        configuration: PatchRateLimitPolicyConfigurationRequestContent;
    }
    Index

    Properties

    Properties