Total de permissões
21Actions
0NotActions
0DataActions
0Role ID
d3881f73-407a-4167-8283-e981cbba0404Categoria
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
MicrosoftAutomation Operators are able to start, stop, suspend, and resume jobs
Role Definition (JSON)
{"Name": "Automation Operator","Id": "d3881f73-407a-4167-8283-e981cbba0404","IsCustom": false,"Description": "Automation Operators are able to start, stop, suspend, and resume jobs","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Automation Operator"
Azure CLI
az role definition list --name "Automation Operator"