Class: Aws::Transfer::Types::IdentityProviderDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::IdentityProviderDetails
- Defined in:
- gems/aws-sdk-transfer/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
-
#directory_id ⇒ String
The identifier of the Directory Service directory that you want to stop sharing.
-
#function ⇒ String
The ARN for a lambda function to use for the Identity provider.
-
#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
#directory_id ⇒ String
The identifier of the Directory Service directory that you want to stop sharing.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2875 class IdentityProviderDetails < Struct.new( :url, :invocation_role, :directory_id, :function) SENSITIVE = [] include Aws::Structure end |
#function ⇒ String
The ARN for a lambda function to use for the Identity provider.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2875 class IdentityProviderDetails < Struct.new( :url, :invocation_role, :directory_id, :function) SENSITIVE = [] include Aws::Structure end |
#invocation_role ⇒ String
Provides the type of InvocationRole
used to authenticate the user
account.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2875 class IdentityProviderDetails < Struct.new( :url, :invocation_role, :directory_id, :function) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
Provides the location of the service endpoint used to authenticate users.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2875 class IdentityProviderDetails < Struct.new( :url, :invocation_role, :directory_id, :function) SENSITIVE = [] include Aws::Structure end |