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
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
client_id | text | The Azure client identifier | |
environment | text | The Azure environment description | |
path | text | The path (mount point) of the Azure Engine | |
subscription_id | text | The Azure subscription identifier | |
tenant_id | text | The Azure tenant identifier |