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

Method BotDetectionUpdate

internal/display/attack_protection.go:230–233  ·  view source on GitHub ↗
(bd *managementv2.UpdateBotDetectionSettingsResponseContent)

Source from the content-addressed store, hash-verified

228}
229
230func (r *Renderer) BotDetectionUpdate(bd *managementv2.UpdateBotDetectionSettingsResponseContent) {
231 r.Heading("bot detection updated")
232 r.Result(makeBotDetectionUpdateView(bd))
233}
234
235func makeBotDetectionShowView(bd *managementv2.GetBotDetectionSettingsResponseContent) *botDetectionView {
236 return &botDetectionView{

Callers 1

updateBotDetectionCmdRunFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95

Tested by

no test coverage detected