aws.sso_admin.list_permission_sets_provisioned_to_account
Example SQL Queries
SELECT * FROMaws.sso_admin.list_permission_sets_provisioned_to_accountWHERE"account_id" = 'VALUE'AND "instance_arn" = 'VALUE';Description
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The identifier of the Amazon Web Services account from which to list the assignments. | 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 |
| provisioning_status Input Column The status object for the permission set provisioning operation. | 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
| |
| permission_sets | VARCHAR |