aws.sso_admin.list_application_assignments
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_assignmentsWHERE"application_arn" = 'VALUE';Description
Lists Amazon Web Services account users that are assigned to an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column The ARN of the application that has principals assigned. | 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
| |
| principal_id The unique identifier of the principal assigned to the application. | VARCHAR |
| principal_type The type of the principal assigned to the application. | VARCHAR |