Spring Cloud Configuration Service Repository
data class SpringCloudConfigurationServiceRepository(val caCertificateId: String? = null, val hostKey: String? = null, val hostKeyAlgorithm: String? = null, val label: String, val name: String, val password: String? = null, val patterns: List<String>, val privateKey: String? = null, val searchPaths: List<String>? = null, val strictHostKeyChecking: Boolean? = null, val uri: String, val username: String? = null)
Constructors
Link copied to clipboard
constructor(caCertificateId: String? = null, hostKey: String? = null, hostKeyAlgorithm: String? = null, label: String, name: String, password: String? = null, patterns: List<String>, privateKey: String? = null, searchPaths: List<String>? = null, strictHostKeyChecking: Boolean? = null, uri: String, username: String? = null)
Properties
Link copied to clipboard
Specifies the ID of the Certificate Authority used when retrieving the Git Repository via HTTPS.
Link copied to clipboard
Specifies the SSH key algorithm of git repository.
Link copied to clipboard
Specifies the SSH private key of git repository.
Link copied to clipboard
Specifies a list of searching path of the repository
Link copied to clipboard
Specifies whether enable the strict host key checking.