cognitoidentityprovider_list_identity_providers {paws.security.identity} | R Documentation |
Lists information about all IdPs for a user pool
Description
Lists information about all IdPs for a user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_list_identity_providers/ for full documentation.
Usage
cognitoidentityprovider_list_identity_providers(
UserPoolId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
UserPoolId |
[required] The user pool ID. |
MaxResults |
The maximum number of IdPs to return. |
NextToken |
A pagination token. |
[Package paws.security.identity version 0.7.0 Index]