GoogleApi.DeveloperConnect.V1.Model.GitHubEnterpriseConfig (google_api_developer_connect v0.6.0)
View SourceConfiguration for connections to an instance of GitHub Enterprise.
Attributes
-
appId(type:String.t, default:nil) - Optional. ID of the GitHub App created from the manifest. -
appInstallationId(type:String.t, default:nil) - Optional. ID of the installation of the GitHub App. -
appSlug(type:String.t, default:nil) - Output only. The URL-friendly name of the GitHub App. -
hostUri(type:String.t, default:nil) - Required. The URI of the GitHub Enterprise host this connection is for. -
installationUri(type:String.t, default:nil) - Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig. -
privateKeySecretVersion(type:String.t, default:nil) - Optional. SecretManager resource containing the private key of the GitHub App, formatted asprojects/*/secrets/*/versions/*. -
serverVersion(type:String.t, default:nil) - Output only. GitHub Enterprise version installed at the host_uri. -
serviceDirectoryConfig(type:GoogleApi.DeveloperConnect.V1.Model.ServiceDirectoryConfig.t, default:nil) - 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. -
sslCaCertificate(type:String.t, default:nil) - Optional. SSL certificate to use for requests to GitHub Enterprise. -
webhookSecretSecretVersion(type:String.t, default:nil) - Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted asprojects/*/secrets/*/versions/*.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.GitHubEnterpriseConfig{ appId: String.t() | nil, appInstallationId: String.t() | nil, appSlug: String.t() | nil, hostUri: String.t() | nil, installationUri: String.t() | nil, privateKeySecretVersion: String.t() | nil, serverVersion: String.t() | nil, serviceDirectoryConfig: GoogleApi.DeveloperConnect.V1.Model.ServiceDirectoryConfig.t() | nil, sslCaCertificate: String.t() | nil, webhookSecretSecretVersion: String.t() | nil }