GetGithubEnterpriseConfigResult

data class GetGithubEnterpriseConfigResult(val appId: String, val createTime: String, val displayName: String, val hostUrl: String, val name: String, val peeredNetwork: String, val secrets: GitHubEnterpriseSecretsResponse, val sslCa: String, val webhookKey: String)

Constructors

Link copied to clipboard
fun GetGithubEnterpriseConfigResult(appId: String, createTime: String, displayName: String, hostUrl: String, name: String, peeredNetwork: String, secrets: GitHubEnterpriseSecretsResponse, sslCa: String, webhookKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GitHub app id of the Cloud Build app on the GitHub Enterprise server.

Link copied to clipboard

Time when the installation was associated with the project.

Link copied to clipboard

Name to display for this config.

Link copied to clipboard

The URL of the github enterprise host the configuration is for.

Link copied to clipboard

Optional. The full resource name for the GitHubEnterpriseConfig For example: "projects/{$project_id}/locations/{$location_id}/githubEnterpriseConfigs/{$config_id}"

Link copied to clipboard

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.

Link copied to clipboard

Names of secrets in Secret Manager.

Link copied to clipboard

Optional. SSL certificate to use for requests to GitHub Enterprise.

Link copied to clipboard

The key that should be attached to webhook calls to the ReceiveWebhook endpoint.