Resource Type: Azure > Provider > Key Vault
The Key Vault provider offers a secure and scalable service for managing cryptographic keys, secrets, and certificates. This provider enables users to safeguard sensitive information such as passwords, API keys, and encryption keys, while providing fine-grained access control, auditing, and integration with other Azure services to enhance security and compliance.
Resource Context
Key Vault is a part of the Provider service.
Each Key Vault lives under a Subscription.
Controls
The primary controls for Azure > Provider > Key Vault are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-provider#/resource/types/keyVault
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-provider#/resource/types/keyVault"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/keyVault';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-provider#/resource/types/keyVault"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-provider#/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