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

    Interface SetRulesConfigResponseContent

    This file was auto-generated by Fern from our API Definition.

    interface SetRulesConfigResponseContent {
        key: string;
        value: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    key: string

    Key for a rules config variable.

    value: string

    Value for a rules config variable.