Resource Type: Azure > Key Vault > Secret
The Secret resource type is a secure object that can store and manage sensitive information like API keys, passwords, or certificates. This information can be used to authenticate and secure connections to different Azure resources.
Resource Context
Secret is a part of the Key Vault service.
Each Secret lives under a Vault.
Controls
The primary controls for Azure > Key Vault > Secret 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-keyvault#/resource/types/secret
- tmod:@turbot/turbot#/resource/categories/security
- turbot graphql resource --id "tmod:@turbot/azure-keyvault#/resource/types/secret"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/secret';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-keyvault#/resource/types/secret"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/secret' 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