Resource Type: Azure > IAM > Role Definition
The Role Definition resource type is a set of permissions that can be assigned to users, groups, or services in Azure. This helps to control who has access to what resources and what actions they can perform.
Resource Context
Role Definition is a part of the IAM service.
Each Role Definition lives under a Subscription.
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/roleDefinition
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/azure-iam#/resource/types/roleDefinition"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/roleDefinition';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-iam#/resource/types/roleDefinition"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/roleDefinition' 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