aws.sso_admin.describe_trusted_token_issuer
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_trusted_token_issuerWHERE"trusted_token_issuer_arn" = 'VALUE';Description
Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trusted_token_issuer_arn Required Input Column The ARN of the trusted token issuer configuration. | 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
| |
| name The name of the trusted token issuer configuration. | VARCHAR |
| trusted_token_issuer_configuration A structure the describes the settings that apply of this trusted token issuer. | STRUCT( |
Show child fields
| |
| trusted_token_issuer_type The type of the trusted token issuer. | VARCHAR |