Get Identity Pool Result
data class GetIdentityPoolResult(val allowClassicFlow: Boolean, val allowUnauthenticatedIdentities: Boolean, val arn: String, val cognitoIdentityProviders: List<GetIdentityPoolCognitoIdentityProvider>, val developerProviderName: String, val id: String, val identityPoolName: String, val openidConnectProviderArns: List<String>, val samlProviderArns: List<String>, val supportedLoginProviders: Map<String, String>, val tags: Map<String, String>)
A collection of values returned by getIdentityPool.
Constructors
Link copied to clipboard
constructor(allowClassicFlow: Boolean, allowUnauthenticatedIdentities: Boolean, arn: String, cognitoIdentityProviders: List<GetIdentityPoolCognitoIdentityProvider>, developerProviderName: String, id: String, identityPoolName: String, openidConnectProviderArns: List<String>, samlProviderArns: List<String>, supportedLoginProviders: Map<String, String>, tags: Map<String, String>)
Properties
Link copied to clipboard
Whether the classic / basic authentication flow is enabled.
Link copied to clipboard
Whether the identity pool supports unauthenticated logins or not.
Link copied to clipboard
An array of Amazon Cognito Identity user pools and their client IDs.
Link copied to clipboard
The "domain" by which Cognito will refer to your users.
Link copied to clipboard
Link copied to clipboard
Set of OpendID Connect provider ARNs.
Link copied to clipboard
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity.
Link copied to clipboard
Key-Value pairs mapping provider names to provider app IDs.