TCognitoIdentityProviderCreateIdentityProviderRequest
Class in AWS.CognitoIdentityProvider
CreateIdentityProvider request class.
Ancestors
Properties
IdpIdentifiers
property IdpIdentifiers: TList<string>
AttributeMapping
property AttributeMapping: TDictionary<string, string>
ProviderDetails
property ProviderDetails: TDictionary<string, string>
ProviderName
property ProviderName: string
ProviderType
property ProviderType: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AProviderName, AProviderType: string);
Constructor for TCognitoIdentityProviderCreateIdentityProviderRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AProviderName | Specify a name for the Identity Provider (IdP). |
AProviderType | Specify a type for the Identity Provider (IdP). |