Git Pattern Repository Args
data class GitPatternRepositoryArgs(val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val label: Output<String>? = null, val name: Output<String>, val password: Output<String>? = null, val pattern: Output<List<String>>? = null, val privateKey: Output<String>? = null, val searchPaths: Output<List<String>>? = null, val strictHostKeyChecking: Output<Boolean>? = null, val uri: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<GitPatternRepositoryArgs>
Git repository property payload for config server
Constructors
Link copied to clipboard
constructor(hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, label: Output<String>? = null, name: Output<String>, password: Output<String>? = null, pattern: Output<List<String>>? = null, privateKey: Output<String>? = null, searchPaths: Output<List<String>>? = null, strictHostKeyChecking: Output<Boolean>? = null, uri: Output<String>, username: Output<String>? = null)