aws.sso_admin.describe_application_assignment
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_application_assignmentWHERE"application_arn" = 'VALUE'AND "principal_id" = 'VALUE'AND "principal_type" = 'VALUE';Description
Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use ListApplicationAssignmentsForPrincipal.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| principal_id Required Input Column An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference. | VARCHAR |
| principal_type Required Input Column The entity type for which the assignment will be created. | 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
| |