Skip to content

Commit acedb57

Browse files
committed
removing junk
1 parent 3d57234 commit acedb57

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
id: aws_ssoadmin_account_assignments
2+
type: query
3+
title: Find AWS SSO Admin Account Assignments
4+
description: Allows users to query AWS SSO Admin Account Assignments. This table provides information about each AWS SSO admin account assignment within an AWS account.
5+
integration_type:
6+
- aws_cloud_account
7+
query: |
8+
SELECT
9+
permission_set_arn,
10+
target_account_id,
11+
principal_type,
12+
principal_id
13+
FROM
14+
aws_ssoadmin_account_assignment
15+
tags:
16+
cloud_asset_management:
17+
- 'true'
18+
cloud_identity_security:
19+
- 'true'
20+
cloud_provider:
21+
- aws
22+
cloud_service:
23+
- AWS SSO Admin

0 commit comments

Comments
 (0)