cognitoidentityprovider_update_identity_provider: Updates IdP information for a user pool

View source: R/cognitoidentityprovider_operations.R

cognitoidentityprovider_update_identity_providerR Documentation

Updates IdP information for a user pool

Description

Updates IdP information for a user pool.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_update_identity_provider/ for full documentation.

Usage

cognitoidentityprovider_update_identity_provider(
  UserPoolId,
  ProviderName,
  ProviderDetails = NULL,
  AttributeMapping = NULL,
  IdpIdentifiers = NULL
)

Arguments

UserPoolId

[required] The user pool ID.

ProviderName

[required] The IdP name.

ProviderDetails

The IdP details to be updated, such as MetadataURL and MetadataFile.

AttributeMapping

The IdP attribute mapping to be changed.

IdpIdentifiers

A list of IdP identifiers.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.