List Identity Providers
| workspacesweb_list_identity_providers | 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.
Usage¶
Arguments¶
maxResultsThe maximum number of results to be included in the next page.
nextTokenThe pagination token used to retrieve the next page of results for this operation.
portalArn[required] The ARN of the web portal.
Value¶
A list with the following syntax:
list(
identityProviders = list(
list(
identityProviderArn = "string",
identityProviderName = "string",
identityProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC"
)
),
nextToken = "string"
)