Spring Cloud Service Config Server Git Setting Ssh Auth Args
data class SpringCloudServiceConfigServerGitSettingSshAuthArgs(val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val privateKey: Output<String>, val strictHostKeyCheckingEnabled: Output<Boolean>? = null) : ConvertibleToJava<SpringCloudServiceConfigServerGitSettingSshAuthArgs>
Constructors
Link copied to clipboard
fun SpringCloudServiceConfigServerGitSettingSshAuthArgs(hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, privateKey: Output<String>, strictHostKeyCheckingEnabled: Output<Boolean>? = null)