Resource Type: Azure > IAM > Role Assignment
The Role Assignment resource type is a policy that grants specific permissions to a user, group, service principal, or managed identity that can be used to manage access to Azure resources.
Resource Context
Role Assignment is a part of the IAM service.
Each Role Assignment lives under a Subscription.
Controls
The primary controls for Azure > IAM > Role Assignment 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/roleAssignment
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/azure-iam#/resource/types/roleAssignment"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/roleAssignment';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-iam#/resource/types/roleAssignment"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-iam#/resource/types/roleAssignment' 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