Resource Type: Azure > Key Vault
The Key Vault service provides secure data protection in the Azure cloud. It allows users to safeguard and manage cryptographic keys and secrets, like tokens, passwords, or certificates, used by cloud services and applications. The Key Vault ensures these sensitive data are stored securely, limiting access and reducing the chances of data leakage.
Resource Types
The Key Vault service includes these resource types:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-keyvault#/resource/types/keyVault
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-keyvault#/resource/types/keyVault"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/keyVault';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-keyvault#/resource/types/keyVault"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/keyVault' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query