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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#host_public_key::String

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



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

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



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