Total de permissões
6Actions
0NotActions
0DataActions
0Role ID
45bb0b16-2f0c-4e78-afaa-a07599b003f6Categoria
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
MicrosoftExecute all operations on load test resources and load tests
Role Definition (JSON)
{"Name": "Load Test Owner","Id": "45bb0b16-2f0c-4e78-afaa-a07599b003f6","IsCustom": false,"Description": "Execute all operations on load test resources and load tests","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Load Test Owner"
Azure CLI
az role definition list --name "Load Test Owner"