-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create v1.json for SQL_ARCHIVAL in cloud-native-archival-location fea…
…ture (#19) * Create v1.json * Update v1.json SQL_ARCHIVAL group
- Loading branch information
1 parent
9627080
commit 6c4d318
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
cloud-native-archival/permissions-group-SQL_ARCHIVAL/v1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"Actions": [ | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/read", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/write", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/delete", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
} | ||
], | ||
"NotActions": null, | ||
"DataActions": [ | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/read", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/write", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/tableServices/tables/entities/delete", | ||
"use_case": "Creating, Reading and Writing Colossus metadata for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/write", | ||
"use_case": "Storing and retrieving Blob data using tags for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
}, | ||
{ | ||
"value": "Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action", | ||
"use_case": "Storing and retrieving Blob data using tags for Azure Sql Protection", | ||
"scope": "resourceGroup" | ||
} | ||
], | ||
"NotDataActions": null | ||
} | ||
] |