aws.sso_admin.describe_application_provider
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_application_providerWHERE"application_provider_arn" = 'VALUE';Description
Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_provider_arn Required Input Column The ARN of the application provider. | VARCHAR |
| _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
| |
| display_data A structure with details about the display data for the application provider. | STRUCT( |
Show child fields
| |
| federation_protocol The protocol used to federate to the application provider. | VARCHAR |
| resource_server_config A structure with details about the receiving application. | STRUCT( |
Show child fields
| |