Spring Cloud Customized Accelerator Git Repository Ssh Auth Args
data class SpringCloudCustomizedAcceleratorGitRepositorySshAuthArgs(val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val privateKey: Output<String>) : ConvertibleToJava<SpringCloudCustomizedAcceleratorGitRepositorySshAuthArgs>
Constructors
Link copied to clipboard
fun SpringCloudCustomizedAcceleratorGitRepositorySshAuthArgs(hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, privateKey: Output<String>)