View Source Auth0.Management.NetworkAcls (Auth0Api v2.3.0)

Summary

Functions

Create a network ACL.

Delete a network ACL.

Retrieve a network ACL by its ID.

Retrieve a list of network ACLs.

Update a network ACL.

Types

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

Functions

@spec create(map(), config()) :: {:ok, map()} | error()

Create a network ACL.

see

https://auth0.com/docs/api/management/v2/network-acls/post-network-acls

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

Delete a network ACL.

see

https://auth0.com/docs/api/management/v2/network-acls/delete-network-acls-by-id

@spec get(id(), config()) :: {:ok, map()} | error()

Retrieve a network ACL by its ID.

see

https://auth0.com/docs/api/management/v2/network-acls/get-network-acls-by-id

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

Retrieve a list of network ACLs.

see

https://auth0.com/docs/api/management/v2/network-acls/get-network-acls

Link to this function

update(id, params, config)

View Source
@spec update(id(), map(), config()) :: {:ok, map()} | error()

Update a network ACL.

see

https://auth0.com/docs/api/management/v2/network-acls/patch-network-acls-by-id