GetDeploymentsSeatBlock

June 9, 2026 ยท View on GitHub

NSNB Blocked metadata

Example Usage

import { GetDeploymentsSeatBlock } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsSeatBlock = {
  blockCode: "COMMIT_AUTHOR_REQUIRED",
};

Fields

FieldTypeRequiredDescription
blockCodemodels.GetDeploymentsBlockCode:heavy_check_mark:The NSNB decision code for the seat block. TODO: We should consolidate block types.
userIdstring:heavy_minus_sign:The blocked vercel user ID.
isVerifiedboolean:heavy_minus_sign:Determines if the user was verified during the block. In the git integration case, the commit sender was the author.
gitUserIdmodels.GetDeploymentsGitUserId:heavy_minus_sign:N/A
gitProvidermodels.GetDeploymentsGitProvider:heavy_minus_sign:The git provider type associated with gitUserId.