RepositoryGitRemoteSettingsSshAuthenticationConfig

data class RepositoryGitRemoteSettingsSshAuthenticationConfig(val hostPublicKey: String, val userPrivateKeySecretVersion: String)

Constructors

constructor(hostPublicKey: String, userPrivateKeySecretVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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/. ///