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

Method BruteForceProtectionShow

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

Source from the content-addressed store, hash-verified

94}
95
96func (r *Renderer) BruteForceProtectionShow(bfp *management.BruteForceProtection) {
97 r.Heading("brute force protection")
98 r.Result(makeBruteForceProtectionView(bfp))
99}
100
101func (r *Renderer) BruteForceProtectionUpdate(bfp *management.BruteForceProtection) {
102 r.Heading("brute force protection updated")

Callers 1

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95

Tested by

no test coverage detected