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

Method BruteForceProtectionUpdate

internal/display/attack_protection.go:101–104  ·  view source on GitHub ↗
(bfp *management.BruteForceProtection)

Source from the content-addressed store, hash-verified

99}
100
101func (r *Renderer) BruteForceProtectionUpdate(bfp *management.BruteForceProtection) {
102 r.Heading("brute force protection updated")
103 r.Result(makeBruteForceProtectionView(bfp))
104}
105
106func makeBruteForceProtectionView(bfp *management.BruteForceProtection) *bruteForceProtectionView {
107 return &bruteForceProtectionView{

Callers 1

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95

Tested by

no test coverage detected