aws.license_manager_user_subscriptions.list_identity_providers
Example SQL Queries
SELECT * FROMaws.license_manager_user_subscriptions.list_identity_providers;Description
Lists the identity providers for user-based subscriptions.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| failure_message The failure message associated with an identity provider. | VARCHAR |
| identity_provider An object that specifies details for the identity provider. | STRUCT( |
Show child fields
| |
| product The name of the user-based subscription product. | VARCHAR |
| settings An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints. | STRUCT( |
Show child fields
| |
| status The status of an identity provider. | VARCHAR |