GetMicrofrontendsInGroupGitSources
August 10, 2026 ยท View on GitHub
enabled: true with empty sources is deny-all.
Example Usage
import { GetMicrofrontendsInGroupGitSources } from "@vercel/sdk/models/getmicrofrontendsingroupaction.js";
let value: GetMicrofrontendsInGroupGitSources = {
sources: [
{
provider: "bitbucket",
org: "<value>",
},
],
enabled: false,
environments: [
{
type: "custom",
environmentId: "<id>",
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sources | models.GetMicrofrontendsInGroupSources[] | :heavy_check_mark: | N/A |
enabled | boolean | :heavy_check_mark: | N/A |
environments | models.GetMicrofrontendsInGroupEnvironments[] | :heavy_check_mark: | N/A |