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