aws.sso_admin.list_application_providers
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_providers;Description
Lists the application providers configured in the IAM Identity Center identity store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| application_provider_arn The ARN of the application provider. | VARCHAR |
| display_data A structure that describes how IAM Identity Center represents the application provider in the portal. | STRUCT( |
Show child fields
| |
| federation_protocol The protocol that the application provider uses to perform federation. | VARCHAR |
| resource_server_config A structure that describes the application provider's resource server. | STRUCT( |
Show child fields
| |