steampipe plugin install theapsgroup/vault

Table: vault_azure_role

Azure roles contained within Vault.

Examples

List All Azure Roles

select
*
from
vault_azure_role;

Roles matching a specific pattern - in example containing deploy

select
*
from
vault_azure_role
where
role like '%deploy%'

Schema for vault_azure_role

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
pathtextThe path (mount point) of the Azure Engine
roletextThe Azure Role