Skip to content

Commit

Permalink
Update NetworkAcls details in table azure_key_vault. Closes #208 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatasourav authored Aug 2, 2021
1 parent 94b97a2 commit b6db3e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure/table_azure_key_vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ func tableAzureKeyVault(_ context.Context) *plugin.Table {
Hydrate: listKmsKeyVaultDiagnosticSettings,
Transform: transform.FromValue(),
},
{
Name: "network_acls",
Description: "Rules governing the accessibility of the key vault from specific network locations.",
Type: proto.ColumnType_JSON,
Hydrate: getKeyVault,
Transform: transform.FromField("Properties.NetworkAcls"),
},

// Steampipe standard columns
{
Expand Down

0 comments on commit b6db3e4

Please sign in to comment.