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

Struct userView

internal/display/users.go:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type userView struct {
16 UserID string
17 Email string
18 PhoneNumber string
19 Connection string
20 Username string
21 RequireUsername bool
22 raw interface{}
23}
24
25func (v *userView) AsTableHeader() []string {
26 if v.Connection == management.ConnectionStrategySMS {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected