GithubEnterpriseConfig

class GithubEnterpriseConfig : KotlinCustomResource

Create an association between a GCP project and a GitHub Enterprise server.

Properties

Link copied to clipboard
val appId: Output<String>

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

Link copied to clipboard
val createTime: Output<String>

Time when the installation was associated with the project.

Link copied to clipboard
val displayName: Output<String>

Name to display for this config.

Link copied to clipboard
val gheConfigId: Output<String>?

Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig's resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character

Link copied to clipboard
val hostUrl: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val peeredNetwork: Output<String>

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
val project: Output<String>
Link copied to clipboard
val projectId: Output<String>?

ID of the project.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Names of secrets in Secret Manager.

Link copied to clipboard
val sslCa: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val webhookKey: Output<String>

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