aws.sso_admin.list_application_access_scopes
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_access_scopesWHERE"application_arn" = 'VALUE';Description
Lists the access scopes and authorized targets associated with an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application. | 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
| |
| authorized_targets An array list of ARNs of applications. | VARCHAR[] |
Show child fields
| |
| scope The name of the access scope. | VARCHAR |