Skip to content

Commit

Permalink
fix: add applications tables
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Apr 3, 2024
1 parent c0826e3 commit cc7e7c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/steampipe/table_index_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ var AzureADKeys = map[string]struct{}{
strings.ToLower("Microsoft.Entra/userregistrationdetails"): {},
strings.ToLower("Microsoft.Entra/groupmemberships"): {},
strings.ToLower("Microsoft.Entra/appregistrations"): {},
strings.ToLower("Microsoft.Entra/enterpriseApplication"): {},
strings.ToLower("Microsoft.Entra/managedIdentity"): {},
strings.ToLower("Microsoft.Entra/microsoftApplication"): {},
}

type SteampipePlugin string
Expand Down

0 comments on commit cc7e7c9

Please sign in to comment.