Configuration Service Git Repository Args
data class ConfigurationServiceGitRepositoryArgs(val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val label: Output<String>, val name: Output<String>, val password: Output<String>? = null, val patterns: Output<List<String>>, 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<ConfigurationServiceGitRepositoryArgs>
Git repository property payload for Application Configuration Service
Constructors
Link copied to clipboard
constructor(hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, label: Output<String>, name: Output<String>, password: Output<String>? = null, patterns: Output<List<String>>, privateKey: Output<String>? = null, searchPaths: Output<List<String>>? = null, strictHostKeyChecking: Output<Boolean>? = null, uri: Output<String>, username: Output<String>? = null)