aws.sso_admin.list_application_grants
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_grantsWHERE"application_arn" = 'VALUE';Description
List the grants associated with an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application whose grants 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
| |
| grant The configuration structure for the selected grant. | STRUCT( |
Show child fields
| |
| grant_type The type of the selected grant. | VARCHAR |