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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AProviderName | Specify the name of the Identity Provider (IdP). |