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.
7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7804 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.
7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7804 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`.
7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7804 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.
7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7804 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.
7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7804 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |