Total de permissões
17Actions
0NotActions
0DataActions
0Role ID
515c2055-d9d4-4321-b1b9-bd0c9a0f79feCategoria
IntegrationRisk 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 read, enable and disable logic app.
Role Definition (JSON)
{"Name": "Logic App Operator","Id": "515c2055-d9d4-4321-b1b9-bd0c9a0f79fe","IsCustom": false,"Description": "Lets you read, enable and disable logic app.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Logic App Operator"
Azure CLI
az role definition list --name "Logic App Operator"