Class: Google::Cloud::Connectors::V1::AuthConfig::SshPublicKey
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::AuthConfig::SshPublicKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/authconfig.rb
Overview
Parameters to support Ssh public key Authentication.
Instance Attribute Summary collapse
-
#cert_type ⇒ ::String
Format of SSH Client cert.
-
#ssh_client_cert ⇒ ::Google::Cloud::Connectors::V1::Secret
SSH Client Cert.
-
#ssh_client_cert_pass ⇒ ::Google::Cloud::Connectors::V1::Secret
Password (passphrase) for ssh client certificate if it has one.
-
#username ⇒ ::String
The user account used to authenticate.
Instance Attribute Details
#cert_type ⇒ ::String
Returns Format of SSH Client cert.
117 118 119 120 |
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssh_client_cert ⇒ ::Google::Cloud::Connectors::V1::Secret
Returns SSH Client Cert. It should contain both public and private key.
117 118 119 120 |
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssh_client_cert_pass ⇒ ::Google::Cloud::Connectors::V1::Secret
Returns Password (passphrase) for ssh client certificate if it has one.
117 118 119 120 |
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns The user account used to authenticate.
117 118 119 120 |
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |