Class: Aws::Transfer::Types::IdentityProviderDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the Directory Service directory that you want to stop sharing.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-transfer/types.rb', line 2875

class IdentityProviderDetails < Struct.new(
  :url,
  :invocation_role,
  :directory_id,
  :function)
  SENSITIVE = []
  include Aws::Structure
end

#functionString

The ARN for a lambda function to use for the Identity provider.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-transfer/types.rb', line 2875

class IdentityProviderDetails < Struct.new(
  :url,
  :invocation_role,
  :directory_id,
  :function)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_roleString

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

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-transfer/types.rb', line 2875

class IdentityProviderDetails < Struct.new(
  :url,
  :invocation_role,
  :directory_id,
  :function)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-transfer/types.rb', line 2875

class IdentityProviderDetails < Struct.new(
  :url,
  :invocation_role,
  :directory_id,
  :function)
  SENSITIVE = []
  include Aws::Structure
end