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
show all
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

Instance Attribute Details

#invocation_roleString

Provides the type of InvocationRole used to authenticate the user account.

Returns:

  • (String)

    Provides the type of InvocationRole used to authenticate the user account.

#urlString

Provides the location of the service endpoint used to authenticate users.

Returns:

  • (String)

    Provides the location of the service endpoint used to authenticate users.