Auth0.Management.RulesConfigs (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of RulesConfigs.

endpoint

  • /api/v2/rules-configs
  • /api/v2/rules-configs/{key}

Link to this section Summary

Functions

Delete rules config for a given key.

Retrieve config variable keys for rules (get_rules-configs).

Set rules config for a given key.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

key() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Specs

delete(key(), config()) :: {:ok, String.t(), response_body()} | error()

Delete rules config for a given key.

see

https://auth0.com/docs/api/management/v2/#!/Rules_Configs/delete_rules_configs_by_key

Specs

Retrieve config variable keys for rules (get_rules-configs).

see

https://auth0.com/docs/api/management/v2/#!/Rules_Configs/get_rules_configs

Link to this function

set(key, params, config)

View Source

Specs

Set rules config for a given key.

see

https://auth0.com/docs/api/management/v2/#!/Rules_Configs/put_rules_configs_by_key