Class: Aws::Transfer::Types::TestIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::TestIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:user_password]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A system-assigned identifier for a specific server.
-
#server_protocol ⇒ String
The type of file transfer protocol to be tested.
-
#source_ip ⇒ String
The source IP address of the account to be tested.
-
#user_name ⇒ String
The name of the account to be tested.
-
#user_password ⇒ String
The password of the account to be tested.
Instance Attribute Details
#server_id ⇒ String
A system-assigned identifier for a specific server. That server’s user authentication method is tested with a user name and password.
5527 5528 5529 5530 5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-transfer/types.rb', line 5527 class TestIdentityProviderRequest < Struct.new( :server_id, :server_protocol, :source_ip, :user_name, :user_password) SENSITIVE = [:user_password] include Aws::Structure end |
#server_protocol ⇒ String
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)
-
Applicability Statement 2 (AS2)
5527 5528 5529 5530 5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-transfer/types.rb', line 5527 class TestIdentityProviderRequest < Struct.new( :server_id, :server_protocol, :source_ip, :user_name, :user_password) SENSITIVE = [:user_password] include Aws::Structure end |
#source_ip ⇒ String
The source IP address of the account to be tested.
5527 5528 5529 5530 5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-transfer/types.rb', line 5527 class TestIdentityProviderRequest < Struct.new( :server_id, :server_protocol, :source_ip, :user_name, :user_password) SENSITIVE = [:user_password] include Aws::Structure end |
#user_name ⇒ String
The name of the account to be tested.
5527 5528 5529 5530 5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-transfer/types.rb', line 5527 class TestIdentityProviderRequest < Struct.new( :server_id, :server_protocol, :source_ip, :user_name, :user_password) SENSITIVE = [:user_password] include Aws::Structure end |
#user_password ⇒ String
The password of the account to be tested.
5527 5528 5529 5530 5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-transfer/types.rb', line 5527 class TestIdentityProviderRequest < Struct.new( :server_id, :server_protocol, :source_ip, :user_name, :user_password) SENSITIVE = [:user_password] include Aws::Structure end |