Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
db58b8e5-c6ad-4a2a-8342-4190687cbf4aCategoria
StorageRisk 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
MicrosoftAllows for generation of a user delegation key which can be used to sign SAS tokens
Role Definition (JSON)
{"Name": "Storage Blob Delegator","Id": "db58b8e5-c6ad-4a2a-8342-4190687cbf4a","IsCustom": false,"Description": "Allows for generation of a user delegation key which can be used to sign SAS tokens","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Blob Delegator"
Azure CLI
az role definition list --name "Storage Blob Delegator"