TCognitoIdentityProviderDeleteIdentityProviderRequest
Class in AWS.CognitoIdentityProvider
DeleteIdentityProvider request class.
Ancestors
Properties
ProviderName
property ProviderName: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AProviderName: string);
Constructor for TCognitoIdentityProviderDeleteIdentityProviderRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AProviderName | Specify the name of the Identity Provider (IdP). |