Resource Type: Azure > Provider > Managed Identity
The Managed Identity provider offers a service that automatically manages identities for Azure resources, allowing them to securely access other Azure services without the need to manage credentials. This provider simplifies authentication, improves security, and supports seamless integration with Azure services such as Key Vault, Azure SQL Database, and more.
Resource Context
Managed Identity is a part of the Provider service.
Each Managed Identity lives under a Subscription.
Controls
The primary controls for Azure > Provider > Managed Identity 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/managedIdentity
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-provider#/resource/types/managedIdentity"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/managedIdentity';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-provider#/resource/types/managedIdentity"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-provider#/resource/types/managedIdentity' 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