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
def host_public_key() -> ::String
Returns
- (::String) — Required. Content of a public SSH key to verify an identity of a remote Git host.
#host_public_key=
def host_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
def user_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/*
.
#user_private_key_secret_version=
def user_private_key_secret_version=(value) -> ::String
Parameter
-
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/*
.