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

Struct customDomainView

internal/display/custom_domain.go:9–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type customDomainView struct {
10 ID string
11 Domain string
12 Status string
13 Primary string
14 ProvisioningType string
15 VerificationMethod string
16 VerificationRecord string
17 VerificationDomain string
18 TLSPolicy string
19 CustomClientIPHeader string
20 DomainMetadata string
21 CertificateStatus string
22 CertificateErrorMsg string
23 CertificateAuthority string
24 CertificateRenewsBefore string
25 IsDefault string
26 raw interface{}
27}
28
29func (v *customDomainView) AsTableHeader() []string {
30 return []string{"ID", "Domain", "Status"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected