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

Function apiTLSPolicyFor

internal/cli/custom_domains.go:625–634  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

623}
624
625func apiTLSPolicyFor(v string) *string {
626 switch v {
627 case "recommended":
628 return auth0.String(customDomainTLSPolicyRecommended)
629 case "compatible":
630 return auth0.String(customDomainTLSPolicyCompatible)
631 default:
632 return auth0.String(v)
633 }
634}
635
636func (c *cli) customDomainsPickerOptions(ctx context.Context) (pickerOptions, error) {
637 var opts pickerOptions

Callers 3

createCustomDomainCmdFunction · 0.85
updateCustomDomainCmdFunction · 0.85
TestAPITLSPolicyForFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAPITLSPolicyForFunction · 0.68