class Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
@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"], }
@!attribute [rw] user_pool_id
The user pool ID. @return [String]
@!attribute [rw] provider_name
The identity provider name. @return [String]
@!attribute [rw] provider_details
The identity provider details to be updated, such as `MetadataURL` and `MetadataFile`. @return [Hash<String,String>]
@!attribute [rw] attribute_mapping
The identity provider attribute mapping to be changed. @return [Hash<String,String>]
@!attribute [rw] idp_identifiers
A list of identity provider identifiers. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UpdateIdentityProviderRequest AWS API Documentation
Constants
- SENSITIVE