mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
This commit is contained in:
22
Custom roles/Cosmos DB List Keys.json
Normal file
22
Custom roles/Cosmos DB List Keys.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "/providers/Microsoft.Authorization/roleDefinitions/01032560-a033-4a7e-977d-c360b71b9217",
|
||||
"properties": {
|
||||
"roleName": "Cosmos DB List Keys",
|
||||
"description": "Lets you list keys for Azure Cosmos DB accounts. Used for PIM cosmos roles.",
|
||||
"assignableScopes": [
|
||||
"/providers/Microsoft.Management/managementGroups/e9792fd7-4044-47e7-a40d-3fba46f1cd09"
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"actions": [
|
||||
"Microsoft.DocumentDB/databaseAccounts/readonlyKeys/*",
|
||||
"Microsoft.DocumentDB/databaseAccounts/listKeys/*",
|
||||
"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/*"
|
||||
],
|
||||
"notActions": [],
|
||||
"dataActions": [],
|
||||
"notDataActions": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user