steampipe plugin install theapsgroup/vault

Table: vault_azure_config

Configuration settings for Azure mountpoints in Vault.

Examples

List all Azure Configurations

select
*
from
vault_azure_config;

Schema for vault_azure_config

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
client_idtextThe Azure client identifier
environmenttextThe Azure environment description
pathtextThe path (mount point) of the Azure Engine
subscription_idtextThe Azure subscription identifier
tenant_idtextThe Azure tenant identifier