GetMicrofrontendsInGroupDomains
September 16, 2026 ยท View on GitHub
List of domains associated with this environment
Example Usage
import { GetMicrofrontendsInGroupDomains } from "@vercel/sdk/models/getmicrofrontendsingrouphasvalue.js";
let value: GetMicrofrontendsInGroupDomains = {
apexName: "<value>",
name: "<value>",
projectId: "<id>",
verified: true,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apexName | string | :heavy_check_mark: | N/A |
createdAt | number | :heavy_minus_sign: | N/A |
customEnvironmentId | string | :heavy_minus_sign: | N/A |
gitBranch | string | :heavy_minus_sign: | N/A |
name | string | :heavy_check_mark: | N/A |
projectId | string | :heavy_check_mark: | N/A |
redirect | string | :heavy_minus_sign: | N/A |
redirectStatusCode | number | :heavy_minus_sign: | N/A |
updatedAt | number | :heavy_minus_sign: | N/A |
verification | models.GetMicrofrontendsInGroupVerification[] | :heavy_minus_sign: | A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete POST /projects/:idOrName/domains/:domain/verify to verify the domain. Possible challenges: - If verification.type = TXT the verification.domain will be checked for a TXT record matching verification.value. |
verified | boolean | :heavy_check_mark: | true if the domain is verified for use with the project. If false it will not be used as an alias on this project until the challenge in verification is completed. |