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

Method BotDetectionShow

internal/display/attack_protection.go:225–228  ·  view source on GitHub ↗
(bd *managementv2.GetBotDetectionSettingsResponseContent)

Source from the content-addressed store, hash-verified

223}
224
225func (r *Renderer) BotDetectionShow(bd *managementv2.GetBotDetectionSettingsResponseContent) {
226 r.Heading("bot detection")
227 r.Result(makeBotDetectionShowView(bd))
228}
229
230func (r *Renderer) BotDetectionUpdate(bd *managementv2.UpdateBotDetectionSettingsResponseContent) {
231 r.Heading("bot detection updated")

Callers 1

showBotDetectionCmdRunFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeBotDetectionShowViewFunction · 0.85

Tested by

no test coverage detected