Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_mapping ⇒ Hash<String,String>
The IdP attribute mapping to be changed.
-
#idp_identifiers ⇒ Array<String>
A list of IdP identifiers.
-
#provider_details ⇒ Hash<String,String>
The IdP details to be updated, such as ‘MetadataURL` and `MetadataFile`.
-
#provider_name ⇒ String
The IdP name.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#attribute_mapping ⇒ Hash<String,String>
The IdP attribute mapping to be changed.
8468 8469 8470 8471 8472 8473 8474 8475 8476 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8468 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |
#idp_identifiers ⇒ Array<String>
A list of IdP identifiers.
8468 8469 8470 8471 8472 8473 8474 8475 8476 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8468 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |
#provider_details ⇒ Hash<String,String>
The IdP details to be updated, such as ‘MetadataURL` and `MetadataFile`.
8468 8469 8470 8471 8472 8473 8474 8475 8476 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8468 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The IdP name.
8468 8469 8470 8471 8472 8473 8474 8475 8476 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8468 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID.
8468 8469 8470 8471 8472 8473 8474 8475 8476 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8468 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |