Skip to content

Commit aee77f1

Browse files
Adding Entra Recovery Permissions
1 parent 88777a4 commit aee77f1

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

permissions/permissions-descriptions.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,36 @@
1010
"isEnabled": true,
1111
"value": "UserAuthMethod-Passkey.ReadWrite.All"
1212
},
13+
{
14+
"adminConsentDescription": "Allows the app to list all snapshots and jobs, and enumerate the changes of a specific preview or recovery job, on behalf of the signed-in user.",
15+
"adminConsentDisplayName": "Read backup jobs and snapshots",
16+
"consentDescription": "Allows the app to list all snapshots and jobs, and enumerate the changes of a specific preview or recovery job, on your behalf.",
17+
"consentDisplayName": "Read backup jobs and snapshots",
18+
"id": "e3dbb094-f3f9-4625-bf6a-32e96856f34c",
19+
"isAdmin": true,
20+
"isEnabled": true,
21+
"value": "EntraBackup.Read.All"
22+
},
23+
{
24+
"adminConsentDescription": "Allows the app to list all snapshots and jobs, create preview jobs, and enumerate the changes of a specific preview job, on behalf of the signed-in user.",
25+
"adminConsentDisplayName": "Create preview jobs and read snapshots",
26+
"consentDescription": "Allows the app to list all snapshots and jobs, create preview jobs, and enumerate the changes of a specific preview job, on your behalf.",
27+
"consentDisplayName": "Create preview jobs and read snapshots",
28+
"id": "1266f280-49c3-4d32-91a5-bf4db4fbff48",
29+
"isAdmin": true,
30+
"isEnabled": true,
31+
"value": "EntraBackup.ReadWrite.Preview"
32+
},
33+
{
34+
"adminConsentDescription": "Allows the app to list all snapshots and jobs, create recovery jobs, and enumerate the changes of a specific recovery job, on behalf of the signed-in user.",
35+
"adminConsentDisplayName": "Create recovery jobs and read snapshots",
36+
"consentDescription": "Allows the app to list all snapshots and jobs, create recovery jobs, and enumerate the changes of a specific recovery job, on your behalf.",
37+
"consentDisplayName": "Create recovery jobs and read snapshots",
38+
"id": "6daf3aaf-bb77-4397-9dd6-e6d8b75727c2",
39+
"isAdmin": true,
40+
"isEnabled": true,
41+
"value": "EntraBackup.ReadWrite.Recovery"
42+
},
1343
{
1444
"adminConsentDescription": "Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
1545
"adminConsentDisplayName": "Read all users' passkey authentication methods",
@@ -5845,6 +5875,19 @@
58455875
"isEnabled": true,
58465876
"value": "UserAuthMethod-Passkey.ReadWrite.All"
58475877
},
5878+
{
5879+
"adminConsentDescription": "Allows the app to list all snapshots and jobs, and enumerate the changes of a specific preview or recovery job, without a signed-in user.",
5880+
"adminConsentDisplayName": "Read backup jobs and snapshots",
5881+
"allowedMemberTypes": [
5882+
"Application"
5883+
],
5884+
"consentDescription": null,
5885+
"consentDisplayName": null,
5886+
"id": "c16f30f0-3121-4976-bafe-66cb042f4f80",
5887+
"isAdmin": true,
5888+
"isEnabled": true,
5889+
"value": "EntraBackup.Read.All"
5890+
},
58485891
{
58495892
"adminConsentDescription": " Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
58505893
"adminConsentDisplayName": " Read all users' passkey authentication methods",

0 commit comments

Comments
 (0)