config
Overview
Name | config |
Type | Resource |
Id | vercel.domains.config |
Fields
Name | Datatype | Description |
---|---|---|
acceptedChallenges | array | Which challenge types the domain can use for issuing certs. |
configuredBy | string | How we see the domain's configuration. - CNAME : Domain has a CNAME pointing to Vercel. - A : Domain's A record is resolving to Vercel. - http : Domain is resolving to Vercel but may be behind a Proxy. - null : Domain is not resolving to Vercel. |
misconfigured | boolean | Whether or not the domain is configured AND we can automatically generate a TLS certificate. |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_domain_config | SELECT | domain, teamId |