RepositoryGitRemoteSettingsSshAuthenticationConfigArgs

data class RepositoryGitRemoteSettingsSshAuthenticationConfigArgs(val hostPublicKey: Output<String>, val userPrivateKeySecretVersion: Output<String>) : ConvertibleToJava<RepositoryGitRemoteSettingsSshAuthenticationConfigArgs>

Constructors

constructor(hostPublicKey: Output<String>, userPrivateKeySecretVersion: Output<String>)

Properties

Link copied to clipboard
val hostPublicKey: Output<String>

Content of a public SSH key to verify an identity of a remote Git host.

Link copied to clipboard

The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format projects//secrets//versions/. ///

Functions

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