class Aws::Transfer::Types::IdentityProviderDetails

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.

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

data as a hash:

    {
      url: "Url",
      invocation_role: "Role",
      directory_id: "DirectoryId",
    }

@!attribute [rw] url

Provides the location of the service endpoint used to authenticate
users.
@return [String]

@!attribute [rw] invocation_role

Provides the type of `InvocationRole` used to authenticate the user
account.
@return [String]

@!attribute [rw] directory_id

The identifier of the Amazon Web ServicesDirectory Service directory
that you want to stop sharing.
@return [String]

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

Constants

SENSITIVE