You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Transfer::Types::IdentityProviderDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::IdentityProviderDetails
- Defined in:
- (unknown)
Overview
Note:
When passing IdentityProviderDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
url: "Url",
invocation_role: "Role",
}
Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication.
Returned by:
Instance Attribute Summary collapse
-
#invocation_role ⇒ String
Provides the type of
InvocationRole
used to authenticate the user account. -
#url ⇒ String
Provides the location of the service endpoint used to authenticate users.
Instance Attribute Details
#invocation_role ⇒ String
Provides the type of InvocationRole
used to authenticate the user
account.
#url ⇒ String
Provides the location of the service endpoint used to authenticate users.