aws.sso_admin.get_application_access_scope
Example SQL Queries
SELECT * FROMaws.sso_admin.get_application_access_scopeWHERE"application_arn" = 'VALUE'AND "scope" = 'VALUE';Description
Retrieves the authorized targets for an IAM Identity Center access scope for an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application with the access scope that you want to retrieve. | VARCHAR |
| scope Required Input Column The name of the access scope that can be used with the authorized targets. | 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 of authorized targets associated with this access scope. | VARCHAR[] |
Show child fields
| |