Name of the parent project. For example: projects/{$projectNumber} or projects/{$projectId}
Authorization requires the following IAM permission on the specified resource parent:
cloudbuild.integrations.create
Query parameters
Parameters
projectId (deprecated)
string
ID of the project.
gheConfigId
string
Optional. The ID to use for the EnterpriseConfig, which will become the final component of the EnterpriseConfig's resource name.
gheConfigId must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-18 UTC."],[[["This endpoint creates an association between a GCP project and a GitHub Enterprise server using a `POST` request to a specific URL."],["The request requires specifying the parent project in the path and allows for an optional ID for the GitHub Enterprise Config."],["The request body must include an instance of `GitHubEnterpriseConfig`, defining the details of the connection."],["Upon successful creation, the response body contains an instance of `Operation` indicating the outcome."],["The request requires the `cloudbuild.integrations.create` IAM permission on the parent resource, and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]