이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_cloudbuild_github_enterprise_config

ancestors

Type: UNORDERED_LIST_STRING

app_id

Type: INT64
Provider name: appId
Description: Required. The GitHub app id of the Cloud Build app on the GitHub Enterprise server.

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. Time when the installation was associated with the project.

gcp_display_name

Type: STRING
Provider name: displayName
Description: Optional. Name to display for this config.

host_url

Type: STRING
Provider name: hostUrl
Description: The URL of the github enterprise host the configuration is for.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The full resource name for the GitHubEnterpriseConfig For example: “projects/{$project_id}/locations/{$location_id}/githubEnterpriseConfigs/{$config_id}"

organization_id

Type: STRING

parent

Type: STRING

peered_network

Type: STRING
Provider name: peeredNetwork
Description: Optional. The network to be used when reaching out to the GitHub Enterprise server. The VPC network must be enabled for private service connection. This should be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, no network peering will occur and calls to the GitHub Enterprise server will be made over the public internet. Must be in the format projects/{project}/global/networks/{network}, where {project} is a project number or id and {network} is the name of a VPC network in the project.

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

secrets

Type: STRUCT
Provider name: secrets
Description: Optional. Names of secrets in Secret Manager.

  • oauth_client_id_name
    Type: STRING
    Provider name: oauthClientIdName
    Description: The resource name for the OAuth client ID secret in Secret Manager.
  • oauth_client_id_version_name
    Type: STRING
    Provider name: oauthClientIdVersionName
    Description: The resource name for the OAuth client ID secret version in Secret Manager.
  • oauth_secret_name
    Type: STRING
    Provider name: oauthSecretName
    Description: The resource name for the OAuth secret in Secret Manager.
  • oauth_secret_version_name
    Type: STRING
    Provider name: oauthSecretVersionName
    Description: The resource name for the OAuth secret secret version in Secret Manager.
  • private_key_name
    Type: STRING
    Provider name: privateKeyName
    Description: The resource name for the private key secret.
  • private_key_version_name
    Type: STRING
    Provider name: privateKeyVersionName
    Description: The resource name for the private key secret version.
  • webhook_secret_name
    Type: STRING
    Provider name: webhookSecretName
    Description: The resource name for the webhook secret in Secret Manager.
  • webhook_secret_version_name
    Type: STRING
    Provider name: webhookSecretVersionName
    Description: The resource name for the webhook secret secret version in Secret Manager.

ssl_ca

Type: STRING
Provider name: sslCa
Description: Optional. SSL certificate to use for requests to GitHub Enterprise.

tags

Type: UNORDERED_LIST_STRING

webhook_key

Type: STRING
Provider name: webhookKey
Description: The key that should be attached to webhook calls to the ReceiveWebhook endpoint.