azure-storage-table-read-permission
match (effective permission)
{
"action": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/read",
"action_kind": "dataAction",
"resource_type": "Microsoft.Storage/storageAccounts/tableServices/tables"
}
emit
| source type | Identity |
|---|---|
| target type | NoSQLDatabase |
| source | <principal> |
| target | <table node> |
| permissions | Microsoft.Storage/storageAccounts/tableServices/tables/entities/read |
Narrative
{principal.name} has effective dataAction entities/read on table {table.name} (via role: {role.name}).
Raw rule rules/explicit/azure-storage.yaml
id: azure-storage-table-read-permission
emits: HasPermission
applies_to:
- azure
match_effective_permission:
action: Microsoft.Storage/storageAccounts/tableServices/tables/entities/read
resource_type: Microsoft.Storage/storageAccounts/tableServices/tables
action_kind: dataAction
emit:
source_type: Identity
target_type: NoSQLDatabase
source: <principal>
target: <table node>
permissions:
- Microsoft.Storage/storageAccounts/tableServices/tables/entities/read
narrative: '{principal.name} has effective dataAction entities/read on table {table.name} (via role:
{role.name}).'