aws.sso_admin.list_application_assignments_for_principal
Example SQL Queries
SELECT * FROMaws.sso_admin.list_application_assignments_for_principalWHERE"instance_arn" = 'VALUE'AND "principal_id" = 'VALUE'AND "principal_type" = 'VALUE';Description
Lists the applications to which a specified principal is assigned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_arn Required Input Column Specifies the instance of IAM Identity Center that contains principal and applications. | VARCHAR |
| principal_id Required Input Column The unique identifier of the principal assigned to the application. | VARCHAR |
| principal_type Required Input Column The type of the principal assigned to the application. | VARCHAR |
| filter Input Column Filters the output to include only assignments associated with the application that has the specified ARN. | STRUCT( |
Show child fields
| |
| _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
| |
| application_arn The ARN of the application to which the specified principal is assigned. | VARCHAR |