GetUserPoolIdentityProviderPlainArgs

data class GetUserPoolIdentityProviderPlainArgs(val providerName: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolIdentityProviderPlainArgs>

Constructors

Link copied to clipboard
constructor(providerName: String, userPoolId: String)

Properties

Link copied to clipboard

The name that you want to assign to the IdP. You can pass the identity provider name in the identity_provider query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP.

Link copied to clipboard

The Id of the user pool where you want to create an IdP.

Functions

Link copied to clipboard
open override fun toJava(): GetUserPoolIdentityProviderPlainArgs