GitHubEnterpriseConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for connections to an instance of GitHub Enterprise.
Attributes |
|
---|---|
Name | Description |
host_uri |
str
Required. The URI of the GitHub Enterprise host this connection is for. |
app_id |
int
Optional. ID of the GitHub App created from the manifest. |
app_slug |
str
Output only. The URL-friendly name of the GitHub App. |
private_key_secret_version |
str
Optional. SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/* .
|
webhook_secret_secret_version |
str
Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/* .
|
app_installation_id |
int
Optional. ID of the installation of the GitHub App. |
installation_uri |
str
Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig. |
service_directory_config |
google.cloud.developerconnect_v1.types.ServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet. |
server_version |
str
Output only. GitHub Enterprise version installed at the host_uri. |
ssl_ca_certificate |
str
Optional. SSL certificate to use for requests to GitHub Enterprise. |