Get User Pool Identity Provider Plain Args
data class GetUserPoolIdentityProviderPlainArgs(val providerName: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolIdentityProviderPlainArgs>
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.