Class SshAuthenticationConfig (0.5.9)

SshAuthenticationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configures fields for performing SSH authentication.

Attributes

NameDescription
user_private_key_secret_version str
Required. 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/*.
host_public_key str
Required. Content of a public SSH key to verify an identity of a remote Git host.