cognitoidentityprovider_describe_identity_provider {paws.security.identity} | R Documentation |
Given a user pool ID and identity provider (IdP) name, returns details about the IdP
Description
Given a user pool ID and identity provider (IdP) name, returns details about the IdP.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_identity_provider/ for full documentation.
Usage
cognitoidentityprovider_describe_identity_provider(UserPoolId, ProviderName)
Arguments
UserPoolId |
[required] The ID of the user pool that has the IdP that you want to describe.. |
ProviderName |
[required] The name of the IdP that you want to describe. |
[Package paws.security.identity version 0.9.0 Index]