GetDeploymentsGitUser
April 9, 2026 ยท View on GitHub
Git provider user associated with the commit author email (only set if resolved)
Example Usage
import { GetDeploymentsGitUser } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsGitUser = {
id: 7915.58,
login: "Cordie28",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | models.GetDeploymentsId | :heavy_check_mark: | N/A |
login | string | :heavy_check_mark: | Git provider username/login |
type | string | :heavy_minus_sign: | User type |
provider | string | :heavy_minus_sign: | The git provider (github, gitlab, bitbucket) |