Skip to main content

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

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AProviderNameSpecify a name for the Identity Provider (IdP).
AProviderTypeSpecify a type for the Identity Provider (IdP).