Resource Type: Azure > IAM
The Identity and Access Management (IAM) service provides comprehensive identity and access management solutions in the Azure cloud. It allows users to manage and control access to resources, known as instances, that can run applications and services. This service ensures secure and privileged access to these resources.
Resource Types
The IAM service includes these resource types:
Controls
The primary controls for Azure > IAM 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-iam#/resource/types/iam
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-iam#/resource/types/iam"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/iam';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-iam#/resource/types/iam"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/iam' 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