GetUserPoolIdentityProviderResult

data class GetUserPoolIdentityProviderResult(val attributeMapping: Any? = null, val id: String? = null, val idpIdentifiers: List<String>? = null, val providerDetails: Any? = null)

Constructors

Link copied to clipboard
constructor(attributeMapping: Any? = null, id: String? = null, idpIdentifiers: List<String>? = null, providerDetails: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeMapping: Any? = null

A mapping of IdP attributes to standard and custom user pool attributes. Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.

Link copied to clipboard
val id: String? = null

The resource ID.

Link copied to clipboard
val idpIdentifiers: List<String>? = null

A list of IdP identifiers.

Link copied to clipboard
val providerDetails: Any? = null

The scopes, URLs, and identifiers for your external identity provider. The following examples describe the provider detail keys for each IdP type. These values and their schema are subject to change. Social IdP authorize_scopes values must match the values listed here.