Skip to content

Commit

Permalink
fix: fix wrong metric query
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Jun 21, 2024
1 parent 6a0003e commit dff823a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugin/metrics/IAM/Permission/permission_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ resource_type: inventory.CloudService:google_cloud.IAM.Permission
query_options:
group_by:
- key: data.type
name: Permission Type
name: Principal Type
default: true
- key: account
name: Google Project ID
- key: data.status
name: Status
- key: data.inherited
name: Inherited
fields:
Expand Down

0 comments on commit dff823a

Please sign in to comment.