aws.sso_admin.get_application_authentication_method
Example SQL Queries
SELECT * FROMaws.sso_admin.get_application_authentication_methodWHERE"application_arn" = 'VALUE'AND "authentication_method_type" = 'VALUE';Description
Retrieves details about an authentication method used by an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application. | VARCHAR |
| authentication_method_type Required Input Column Specifies the type of authentication method for which you want details. | 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
| |
| authentication_method A structure that contains details about the requested authentication method. | STRUCT( |
Show child fields
| |