GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth

data class GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth(val hostKey: String, val hostKeyAlgorithm: String, val privateKey: String, val strictHostKeyCheckingEnabled: Boolean)

Constructors

constructor(hostKey: String, hostKeyAlgorithm: String, privateKey: String, strictHostKeyCheckingEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host key of the Git repository server.

Link copied to clipboard

The host key algorithm.

Link copied to clipboard

The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

Link copied to clipboard

Indicates whether the Config Server instance will fail to start if the host_key does not match.