Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Note:
When making an API call, you may pass UpdateIdentityProviderRequest data as a hash:
{
user_pool_id: "UserPoolIdType", # required
provider_name: "ProviderNameType", # required
provider_details: {
"StringType" => "StringType",
},
attribute_mapping: {
"AttributeMappingKeyType" => "StringType",
},
idp_identifiers: ["IdpIdentifierType"],
}
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.
9469 9470 9471 9472 9473 9474 9475 9476 9477 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9469 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.
9469 9470 9471 9472 9473 9474 9475 9476 9477 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9469 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`.
9469 9470 9471 9472 9473 9474 9475 9476 9477 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9469 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.
9469 9470 9471 9472 9473 9474 9475 9476 9477 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9469 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.
9469 9470 9471 9472 9473 9474 9475 9476 9477 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9469 class UpdateIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name, :provider_details, :attribute_mapping, :idp_identifiers) SENSITIVE = [] include Aws::Structure end |