class Aws::Transfer::Types::TestIdentityProviderRequest

@note When making an API call, you may pass TestIdentityProviderRequest

data as a hash:

    {
      server_id: "ServerId", # required
      server_protocol: "SFTP", # accepts SFTP, FTP, FTPS
      source_ip: "SourceIp",
      user_name: "UserName", # required
      user_password: "UserPassword",
    }

@!attribute [rw] server_id

A system-assigned identifier for a specific server. That server's
user authentication method is tested with a user name and password.
@return [String]

@!attribute [rw] server_protocol

The 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)
@return [String]

@!attribute [rw] source_ip

The source IP address of the user account to be tested.
@return [String]

@!attribute [rw] user_name

The name of the user account to be tested.
@return [String]

@!attribute [rw] user_password

The password of the user account to be tested.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TestIdentityProviderRequest AWS API Documentation

Constants

SENSITIVE