SpringCloudCustomizedAcceleratorGitRepositorySshAuth

data class SpringCloudCustomizedAcceleratorGitRepositorySshAuth(val hostKey: String? = null, val hostKeyAlgorithm: String? = null, val privateKey: String)

Constructors

constructor(hostKey: String? = null, hostKeyAlgorithm: String? = null, privateKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostKey: String? = null

Specifies the Public SSH Key of git repository basic auth.

Link copied to clipboard

Specifies the SSH Key algorithm of git repository basic auth.

Link copied to clipboard

Specifies the Private SSH Key of git repository basic auth.