Skip to main content

ICognitoIdentityUpdateIdentityPoolResponse

Interface in AWS.CognitoIdentity

Interface for UpdateIdentityPool responses.

Ancestors

Properties

AllowClassicFlow

property AllowClassicFlow: Boolean

Specifies whether the Basic (Classic) authentication flow is enabled.

AllowUnauthenticatedIdentities

property AllowUnauthenticatedIdentities: Boolean

Specifies whether the identity pool supports unauthenticated logins.

CognitoIdentityProviders

property CognitoIdentityProviders: TList<ICognitoIdentityCognitoIdentityProvider>

Type: ICognitoIdentityCognitoIdentityProvider

A list of Amazon Cognito user pools and their client IDs.

DeveloperProviderName

property DeveloperProviderName: string

The "domain" by which Cognito will refer to your users.

IdentityPoolId

property IdentityPoolId: string

The ID of the identity pool in the format REGION:GUID.

IdentityPoolName

property IdentityPoolName: string

The name of the identity pool.

IdentityPoolTags

property IdentityPoolTags: TDictionary<string, string>

The tags assign to the identity pool.

OpenIdConnectProviderARNs

property OpenIdConnectProviderARNs: TList<string>

A list of Amazon Resource Names (ARN) of the OpenID Connect providers.

SamlProviderARNs

property SamlProviderARNs: TList<string>

A list of Amazon Resource Names (ARN) of the SAML providers for your identity pool.

SupportedLoginProviders

property SupportedLoginProviders: TDictionary<string, string>

A key-value mapping from provider names to provider app IDs.