Skip to main content

ICognitoIdentityProviderIdentityProviderType

Interface in AWS.CognitoIdentityProvider

Interface for IdentityProviderType.

Properties

AttributeMapping

property AttributeMapping: TDictionary<string, string>

A mapping of IdentityProvider (IdP) attributes to standard or custom user pool attributes.

CreationDate

property CreationDate: TOptional<TDateTime>

The date and time when the Identity Provider (IdP) was created.

IdpIdentifiers

property IdpIdentifiers: TList<string>

A list of Identity Provider (IdP) identifiers.

LastModifiedDate

property LastModifiedDate: TOptional<TDateTime>

The date and time when the Identity Provider (IdP) was modified.

ProviderDetails

property ProviderDetails: TDictionary<string, string>

The Identity Provider (IdP) details.

The required details depends on the Identity Provider (IdP) type.

ProviderName

property ProviderName: string

The name of the Identity Provider (IdP).

ProviderType

property ProviderType: string

The type of the Identity Provider (IdP).

Valid values: SAML | Facebook | Google | LoginWithAmazon | SignInWithApple | OIDC.

UserPoolId

property UserPoolId: string

The ID of the user pool.