You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Transfer::Types::TestIdentityProviderRequestWhen passing TestIdentityProviderRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
server_id: "ServerId", server_protocol: "SFTP", source_ip: "SourceIp",
user_name: "UserName", user_password: "UserPassword",
}
Instance Attribute Summary collapse
A system-assigned identifier for a specific server.
The type of file transfer protocol to be tested.
The source IP address of the user account to be tested.
The name of the user account to be tested.
The password of the user account to be tested.
A system-assigned identifier for a specific server. That server\'s user authentication method is tested with a user name and password.
#server_protocol ⇒ StringThe type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Possible values:
The source IP address of the user account to be tested.
#user_name ⇒ StringThe name of the user account to be tested.
#user_password ⇒ StringThe password of the user account to be tested.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4