SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs

data class SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs>

Constructors

constructor(password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

The password used to access the Git repository server, required when the Git repository server supports HTTP Basic Authentication.

Link copied to clipboard
val username: Output<String>

The username that's used to access the Git repository server, required when the Git repository server supports HTTP Basic Authentication.

Functions

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