service Directory Config
suspend fun serviceDirectoryConfig(value: Output<ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgs>)
suspend fun serviceDirectoryConfig(value: ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgs?)
Parameters
value
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.
suspend fun serviceDirectoryConfig(argument: suspend ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgsBuilder.() -> Unit)
Parameters
argument
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.