Auth0.Management.AttackProtection (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of AttackProAuth0.Management.AttackProtection.
endpoint
- /api/v2/attack-protection/breached-password-detection
- /api/v2/attack-protection/brute-force-protection
- /api/v2/attack-protection/suspicious-ip-throttling
Link to this section Summary
Functions
Get breached password detection settings.
Get the brute force configuration.
Get the suspicious IP throttling configuration.
Update breached password detection settings.
Update the brute force configuration.
Update the suspicious IP throttling configuration.
Link to this section Types
Link to this section Functions
Specs
get_breached_password_detection(config()) :: {:ok, Auth0.Entity.AttackProtectionBreachedPasswordDetection.t(), response_body()} | error()
Get breached password detection settings.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/get_breached_password_detection
Specs
get_brute_force_protection(config()) :: {:ok, Auth0.Entity.AttackProtectionBruteForceProtection.t(), response_body()} | error()
Get the brute force configuration.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/get_brute_force_protection
Specs
get_suspicious_ip_throttling(config()) :: {:ok, Auth0.Entity.AttackProtectionSuspiciousIpThrottling.t(), response_body()} | error()
Get the suspicious IP throttling configuration.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/get_suspicious_ip_throttling
Specs
update_breached_password_detection( Auth0.Management.AttackProtection.BreachedPasswordDetection.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.AttackProtectionBreachedPasswordDetection.t(), response_body()} | error()
Update breached password detection settings.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/patch_breached_password_detection
Specs
update_brute_force_protection( Auth0.Management.AttackProtection.BruteForceProtection.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.AttackProtectionBruteForceProtection.t(), response_body()} | error()
Update the brute force configuration.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/patch_brute_force_protection
Specs
update_suspicious_ip_throttling( Auth0.Management.AttackProtection.SuspiciousIpThrottling.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.AttackProtectionSuspiciousIpThrottling.t(), response_body()} | error()
Update the suspicious IP throttling configuration.
see
https://auth0.com/docs/api/management/v2/#!/Attack_Protection/patch_suspicious_ip_throttling