Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::SshAuthenticationConfig.
Configures fields for performing SSH authentication.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#host_public_key
defhost_public_key()->::String
Returns
(::String) — Required. Content of a public SSH key to verify an identity of a remote
Git host.
#host_public_key=
defhost_public_key=(value)->::String
Parameter
value (::String) — Required. Content of a public SSH key to verify an identity of a remote
Git host.
Returns
(::String) — Required. Content of a public SSH key to verify an identity of a remote
Git host.
#user_private_key_secret_version
defuser_private_key_secret_version()->::String
Returns
(::String) — 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/*.
value (::String) — 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/*.
Returns
(::String) — 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/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::SshAuthenticationConfig (v0.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.0 (latest)](/ruby/docs/reference/google-cloud-dataform-v1beta1/latest/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.12.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.12.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.11.1](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.11.1/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.10.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.9.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.9.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.8.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.8.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.7.1](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.7.1/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.6.2](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.6.2/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.5.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.4.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.3.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.2.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig)\n- [0.1.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.1.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-SshAuthenticationConfig) \nReference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::SshAuthenticationConfig.\n\nConfigures fields for performing SSH authentication. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #host_public_key\n\n def host_public_key() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Content of a public SSH key to verify an identity of a remote Git host.\n\n### #host_public_key=\n\n def host_public_key=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Content of a public SSH key to verify an identity of a remote Git host. \n**Returns**\n\n- (::String) --- Required. Content of a public SSH key to verify an identity of a remote Git host.\n\n### #user_private_key_secret_version\n\n def user_private_key_secret_version() -\u003e ::String\n\n**Returns**\n\n- (::String) --- 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/*`.\n\n### #user_private_key_secret_version=\n\n def user_private_key_secret_version=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- 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/*`. \n**Returns**\n\n- (::String) --- 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/*`."]]