ssh Authentication Config
suspend fun sshAuthenticationConfig(value: Output<RepositoryGitRemoteSettingsSshAuthenticationConfigArgs>)
Parameters
value
Authentication fields for remote uris using SSH protocol. Structure is documented below.
suspend fun sshAuthenticationConfig(argument: suspend RepositoryGitRemoteSettingsSshAuthenticationConfigArgsBuilder.() -> Unit)
Parameters
argument
Authentication fields for remote uris using SSH protocol. Structure is documented below.