Key Vaults¶
Provider: Azure
Service ID: azure_key_vaults
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_key_vaults',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'location', 'vault_uri', 'sku_name', 'soft_delete', 'purge_protection']
});
</script>
<div data-sd-service="azure_key_vaults" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'location', 'vault_uri', 'sku_name', 'soft_delete', 'purge_protection', 'rbac_authorization']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Vault Name | text |
From API field: name |
vault_id |
Vault ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
vault_uri |
Vault URI | text |
From API field: properties.vault_uri |
sku_name |
SKU | text |
From API field: properties.sku.name |
soft_delete |
Soft Delete | boolean |
From API field: properties.enable_soft_delete |
purge_protection |
Purge Protection | boolean |
From API field: properties.enable_purge_protection |
rbac_authorization |
RBAC Authorization | boolean |
From API field: properties.enable_rbac_authorization |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name