Total de permissões
1Actions
0NotActions
0DataActions
0Role ID
965033a5-c8eb-4f35-b82f-fef460a3606dCategoria
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 then be used to create a shared access signature for an Azure Storage table that is signed with Entra ID credentials.
Role Definition (JSON)
{"Name": "Storage Table Delegator","Id": "965033a5-c8eb-4f35-b82f-fef460a3606d","IsCustom": false,"Description": "Allows for generation of a user delegation key, which can then be used to create a shared access signature for an Azure Storage table that is signed with Entra ID credentials.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Storage Table Delegator"
Azure CLI
az role definition list --name "Storage Table Delegator"