Class: Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::SshAuthenticationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::SshAuthenticationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Configures fields for performing SSH authentication.
Instance Attribute Summary collapse
-
#host_public_key ⇒ ::String
Required.
-
#user_private_key_secret_version ⇒ ::String
Required.
Instance Attribute Details
#host_public_key ⇒ ::String
Returns Required. Content of a public SSH key to verify an identity of a remote Git host.
97 98 99 100 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 97 class SshAuthenticationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_private_key_secret_version ⇒ ::String
Returns 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/*
.
97 98 99 100 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 97 class SshAuthenticationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |