Total de permissões
9Actions
0NotActions
0DataActions
0Role ID
2cc479cb-7b4d-49a8-b449-8c00fd0f0a4bCategoria
AppServiceRisk 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
MicrosoftLets you manage the web plans for websites, but not access to them.
Role Definition (JSON)
{"Name": "Web Plan Contributor","Id": "2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b","IsCustom": false,"Description": "Lets you manage the web plans for websites, but not access to them.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Web Plan Contributor"
Azure CLI
az role definition list --name "Web Plan Contributor"