ConfigServerGitPropertyArgs

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)

Properties

Link copied to clipboard
val hostKey: Output<String>? = null

Public sshKey of git repository.

Link copied to clipboard
val hostKeyAlgorithm: Output<String>? = null

SshKey algorithm of git repository.

Link copied to clipboard
val label: Output<String>? = null

Label of the repository

Link copied to clipboard
val password: Output<String>? = null

Password of git repository basic auth.

Link copied to clipboard
val privateKey: Output<String>? = null

Private sshKey algorithm of git repository.

Link copied to clipboard

Repositories of git.

Link copied to clipboard
val searchPaths: Output<List<String>>? = null

Searching path of the repository

Link copied to clipboard
val strictHostKeyChecking: Output<Boolean>? = null

Strict host key checking or not.

Link copied to clipboard
val uri: Output<String>

URI of the repository

Link copied to clipboard
val username: Output<String>? = null

Username of git repository basic auth.

Functions

Link copied to clipboard
open override fun toJava(): ConfigServerGitPropertyArgs