Config Server Git Property Args
data class ConfigServerGitPropertyArgs(val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val label: Output<String>? = null, val password: Output<String>? = null, val privateKey: Output<String>? = null, val repositories: Output<List<GitPatternRepositoryArgs>>? = null, val searchPaths: Output<List<String>>? = null, val strictHostKeyChecking: Output<Boolean>? = null, val uri: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<ConfigServerGitPropertyArgs>
Property of git.
Constructors
Link copied to clipboard
constructor(hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, label: Output<String>? = null, password: Output<String>? = null, privateKey: Output<String>? = null, repositories: Output<List<GitPatternRepositoryArgs>>? = null, searchPaths: Output<List<String>>? = null, strictHostKeyChecking: Output<Boolean>? = null, uri: Output<String>, username: Output<String>? = null)