SpringCloudConfigurationServiceRepositoryArgs

data class SpringCloudConfigurationServiceRepositoryArgs(val caCertificateId: Output<String>? = null, 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<SpringCloudConfigurationServiceRepositoryArgs>

Constructors

constructor(caCertificateId: Output<String>? = null, 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)

Properties

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

Specifies the ID of the Certificate Authority used when retrieving the Git Repository via HTTPS.

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

Specifies the SSH public key of git repository.

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

Specifies the SSH key algorithm of git repository.

Link copied to clipboard
val label: Output<String>

Specifies the label of the repository.

Link copied to clipboard
val name: Output<String>

Specifies the name which should be used for this repository.

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

Specifies the password of git repository basic auth.

Link copied to clipboard
val patterns: Output<List<String>>

Specifies the collection of patterns of the repository.

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

Specifies the SSH private key of git repository.

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

Specifies a list of searching path of the repository

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

Specifies whether enable the strict host key checking.

Link copied to clipboard
val uri: Output<String>

Specifies the URI of the repository.

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

Specifies the username of git repository basic auth.

Functions

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