Skip to main content

TCognitoIdentityProviderUpdateIdentityProviderRequest

Class in AWS.CognitoIdentityProvider

UpdateIdentityProvider request class.

Ancestors

Properties

AttributeMapping

property AttributeMapping: TDictionary<string, string>

IdpIdentifiers

property IdpIdentifiers: TList<string>

ProviderDetails

property ProviderDetails: TDictionary<string, string>

ProviderName

property ProviderName: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AProviderName: string);

Constructor for TCognitoIdentityProviderUpdateIdentityProviderRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AProviderNameSpecify the name of the Identity Provider (IdP).