Total de permissões
11Actions
0NotActions
0DataActions
0Role ID
f353d9bd-d4a6-484e-a77a-8050b599b867Categoria
ManagementRisk Tier
Contributor (CTB)Risk Tier: Contributor
Grants full write access to create and manage all resources but cannot assign roles or manage access to others.
Descrição
MicrosoftManage azure automation resources and other resources using azure automation.
Role Definition (JSON)
{"Name": "Automation Contributor","Id": "f353d9bd-d4a6-484e-a77a-8050b599b867","IsCustom": false,"Description": "Manage azure automation resources and other resources using azure automation.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Automation Contributor"
Azure CLI
az role definition list --name "Automation Contributor"