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_rolewhere role like '%deploy%'
Schema for vault_azure_role
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
path | text | The path (mount point) of the Azure Engine | |
role | text | The Azure Role |