aws.sso_admin.list_application_authentication_methods
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_authentication_methodsWHERE"application_arn" = 'VALUE';Description
Lists all of the authentication methods supported by the specified application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application with the authentication methods you want to list. | 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 describes an authentication method. The contents of this structure is determined by the AuthenticationMethodType. | STRUCT( |
Show child fields
| |
| authentication_method_type The type of authentication that is used by this method. | VARCHAR |