Total de permissões
7Actions
0NotActions
0DataActions
0Role ID
a4b156ac-253f-4a1a-9851-96d62b71b047Categoria
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
MicrosoftGrants read-only access to all SRE Agent data, including chats, incidents, logs, and configurations. Does not permit interaction with the agent.
Role Definition (JSON)
{"Name": "SRE Agent Reader","Id": "a4b156ac-253f-4a1a-9851-96d62b71b047","IsCustom": false,"Description": "Grants read-only access to all SRE Agent data, including chats, incidents, logs, and configurations. Does not permit interaction with the agent.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "SRE Agent Reader"
Azure CLI
az role definition list --name "SRE Agent Reader"