Class: Google::Cloud::Dataform::V1::Repository::GitRemoteSettings::SshAuthenticationConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Configures fields for performing SSH authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#host_public_key::String



123
124
125
126
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 123

class SshAuthenticationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_private_key_secret_version::String



123
124
125
126
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 123

class SshAuthenticationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end