UploadProjectAvatarTrustedSources
September 14, 2026 ยท View on GitHub
Example Usage
import { UploadProjectAvatarTrustedSources } from "@vercel/sdk/models/uploadprojectavatarinternalroutes1.js";
let value: UploadProjectAvatarTrustedSources = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
enableVercelCiSameRepository | boolean | :heavy_minus_sign: | Allow same-team Vercel CI access to preview deployments built from the CI run's repository, using the deployment source rather than the current project repository link. Defaults to enabled when not stored; omitted or null Trusted Sources updates preserve the stored value. |
projects | Record<string, models.UploadProjectAvatarProjects> | :heavy_minus_sign: | N/A |
oidcProviders | Record<string, models.UploadProjectAvatarOidcProviders[]> | :heavy_minus_sign: | N/A |