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

FieldTypeRequiredDescription
commitMetamodels.CommitMeta:heavy_minus_sign:Commit metadata from the git commit author
gitUsermodels.GitUser:heavy_minus_sign:Git provider user associated with the commit author email (only set if resolved)
vercelUsermodels.VercelUser:heavy_minus_sign:Vercel user linked to the git provider account (only set if resolved)