Class: Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The characteristics of a source or destination user for linking a federated user profile to a local user profile.
This data type is a request parameter of AdminLinkProviderForUser and AdminDisableProviderForUser.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_attribute_name ⇒ String
The name of the provider attribute to link to, such as
NameID
. -
#provider_attribute_value ⇒ String
The value of the provider attribute to link to, such as
xxxxx_account
. -
#provider_name ⇒ String
The name of the provider, such as Facebook, Google, or Login with Amazon.
Instance Attribute Details
#provider_attribute_name ⇒ String
The name of the provider attribute to link to, such as NameID
.
8554 8555 8556 8557 8558 8559 8560 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8554 class ProviderUserIdentifierType < Struct.new( :provider_name, :provider_attribute_name, :provider_attribute_value) SENSITIVE = [] include Aws::Structure end |
#provider_attribute_value ⇒ String
The value of the provider attribute to link to, such as
xxxxx_account
.
8554 8555 8556 8557 8558 8559 8560 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8554 class ProviderUserIdentifierType < Struct.new( :provider_name, :provider_attribute_name, :provider_attribute_value) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the provider, such as Facebook, Google, or Login with Amazon.
8554 8555 8556 8557 8558 8559 8560 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8554 class ProviderUserIdentifierType < Struct.new( :provider_name, :provider_attribute_name, :provider_attribute_value) SENSITIVE = [] include Aws::Structure end |