Metadata information of the user who created the deployment.
import { GetDeploymentsCreator } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsCreator = {
uid: "eLrCnEgbKhsHyfbiNR7E8496",
email: "[email protected]",
username: "johndoe",
githubLogin: "johndoe",
gitlabLogin: "johndoe",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
uid |
string | ✔️ | The unique identifier of the user. | eLrCnEgbKhsHyfbiNR7E8496 |
email |
string | ➖ | The email address of the user. | [email protected] |
username |
string | ➖ | The username of the user. | johndoe |
githubLogin |
string | ➖ | The GitHub login of the user. | johndoe |
gitlabLogin |
string | ➖ | The GitLab login of the user. | johndoe |