MCPcopy Create free account
hub / github.com/auth0/auth0-cli / AttackProtectionBotDetectionAPIV2

Interface AttackProtectionBotDetectionAPIV2

internal/auth0/attack_protection.go:70–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type AttackProtectionBotDetectionAPIV2 interface {
71 // Get the Bot Detection configuration of tenant.
72 //
73 // Required scope: `read:attack_protection`
74 //
75 // See: https://auth0.com/docs/api/management/v2#!/attack-protection/get-bot-detection
76 Get(ctx context.Context, opts ...option.RequestOption) (*managementv2.GetBotDetectionSettingsResponseContent, error)
77
78 // Update the Bot Detection configuration of tenant.
79 //
80 // Required scope: `update:attack_protection`
81 //
82 // See: https://auth0.com/docs/api/management/v2#!/attack-protection/patch-bot-detection
83 Update(ctx context.Context, request *managementv2.UpdateBotDetectionSettingsRequestContent, opts ...option.RequestOption) (*managementv2.UpdateBotDetectionSettingsResponseContent, error)
84}

Callers 8

SamplePathMethod · 0.80
DownloadMethod · 0.80
WaitForBrowserCallbackFunction · 0.80
TestUserInfoFunction · 0.80
TestSecretsFunction · 0.80
GetClientSecretFunction · 0.80
GetAccessTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected