REST Resource: projects.githubEnterpriseConfigs

Resource: GitHubEnterpriseConfig

GitHubEnterpriseConfig represents a configuration for a GitHub Enterprise server.

JSON representation
{
  "name": string,
  "hostUrl": string,
  "appId": string,
  "createTime": string,
  "webhookKey": string,
  "peeredNetwork": string,
  "secrets": {
    object (GitHubEnterpriseSecrets)
  },
  "displayName": string,
  "sslCa": string
}
Fields