Class: Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminLinkProviderForUser.html [2]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableProviderForUser.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_attribute_nameString

The name of the provider attribute to link to, such as ‘NameID`.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8855

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#provider_attribute_valueString

The value of the provider attribute to link to, such as ‘xxxxx_account`.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8855

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The name of the provider, such as Facebook, Google, or Login with Amazon.

Returns:

  • (String)


8855
8856
8857
8858
8859
8860
8861
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8855

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end