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

Struct emailProviderView

internal/display/email_provider.go:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type emailProviderView struct {
10 Provider string
11 Enabled string
12 DefaultFromAddress string
13 Credentials string
14 Settings string
15
16 raw interface{}
17}
18
19func (v *emailProviderView) AsTableHeader() []string {
20 return []string{"Provider", "Enabled", "DefaultFromAddress", "Settings"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected