workspacesweb_list_identity_providers {paws.end.user.computing} | R Documentation |
Retrieves a list of identity providers for a specific web portal
Description
Retrieves a list of identity providers for a specific web portal.
See https://www.paws-r-sdk.com/docs/workspacesweb_list_identity_providers/ for full documentation.
Usage
workspacesweb_list_identity_providers(
maxResults = NULL,
nextToken = NULL,
portalArn
)
Arguments
maxResults |
The maximum number of results to be included in the next page. |
nextToken |
The pagination token used to retrieve the next page of results for this operation. |
portalArn |
[required] The ARN of the web portal. |
[Package paws.end.user.computing version 0.9.0 Index]