View Source Auth0.Management.RulesConfigs (Auth0Api v2.2.0)

Summary

Functions

Delete a rules config variable identified by its key.

Retrieve rules config variable keys.

Sets a rules config variable.

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}
@type key() :: String.t()

Functions

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

Delete a rules config variable identified by its key.

see

https://auth0.com/docs/api/management/v2/rules-configs/delete-rules-configs-by-key

@spec list(config()) :: {:ok, [map()]} | error()

Retrieve rules config variable keys.

see

https://auth0.com/docs/api/management/v2/rules-configs/get-rules-configs

Link to this function

set(key, params, config)

View Source
@spec set(key(), map(), config()) :: {:ok, map()} | error()

Sets a rules config variable.

see

https://auth0.com/docs/api/management/v2/rules-configs/put-rules-configs-by-key