Resource Type: Azure > Key Vault > Certificate
The Certificate resource type represents a certificate stored in Azure Key Vault. Certificates are used to secure connections and authenticate applications in Azure services. Key Vault certificates support X.509 certificates and can be created, imported, or issued by certificate authorities.
Resource Context
Certificate is a part of the Key Vault service.
Each Certificate lives under a Vault.
Controls
The primary controls for Azure > Key Vault > Certificate are:
Quick Actions
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/certificate
- tmod:@turbot/turbot#/resource/categories/security
- turbot graphql resource --id "tmod:@turbot/azure-keyvault#/resource/types/certificate"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/certificate';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-keyvault#/resource/types/certificate"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-keyvault#/resource/types/certificate' 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