aws.sso_admin.list_account_assignments
Example SQL Queries
SELECT * FROMaws.sso_admin.list_account_assignmentsWHERE"account_id" = 'VALUE'AND "instance_arn" = 'VALUE'AND "permission_set_arn" = 'VALUE';Description
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The identifier of the Amazon Web Services account. | VARCHAR |
| instance_arn Required Input Column The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| permission_set_arn Required Input Column The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | 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 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 The entity type for which the assignment will be created. | VARCHAR |