CancelDeploymentAttribution
July 24, 2026 ยท View on GitHub
Attribution metadata for the deployment, linking commit author to git and Vercel users. Only populated when the enable-deployment-attribution flag is enabled.
Example Usage
import { CancelDeploymentAttribution } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentAttribution = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
commitMeta | models.CommitMeta | :heavy_minus_sign: | Commit metadata from the git commit author |
gitUser | models.GitUser | :heavy_minus_sign: | Git provider user associated with the commit author email (only set if resolved) |
vercelUser | models.VercelUser | :heavy_minus_sign: | Vercel user linked to the git provider account (only set if resolved) |