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
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
list(config()) :: {:ok, Auth0.Entity.RulesConfigs.t(), response_body()} | error()
Retrieve config variable keys for rules (get_rules-configs).
see
https://auth0.com/docs/api/management/v2/#!/Rules_Configs/get_rules_configs
Specs
set(key(), Auth0.Management.RulesConfigs.Put.Params.t() | map(), config()) :: {:ok, Auth0.Entity.RulesConfig.t(), response_body()} | error()
Set rules config for a given key.
see
https://auth0.com/docs/api/management/v2/#!/Rules_Configs/put_rules_configs_by_key