Skip to content

Commit 0150979

Browse files
Merge branch 'master' into rsheth2805/add-tenant-governance-permissions
2 parents 321578e + 1d7a617 commit 0150979

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
@@ -130,6 +130,36 @@
130130
"isEnabled": true,
131131
"value": "UserAuthMethod-Passkey.ReadWrite.All"
132132
},
133+
{
134+
"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.",
135+
"adminConsentDisplayName": "Read backup jobs and snapshots",
136+
"consentDescription": "Allows the app to list all snapshots and jobs, and enumerate the changes of a specific preview or recovery job, on your behalf.",
137+
"consentDisplayName": "Read backup jobs and snapshots",
138+
"id": "e3dbb094-f3f9-4625-bf6a-32e96856f34c",
139+
"isAdmin": true,
140+
"isEnabled": true,
141+
"value": "EntraBackup.Read.All"
142+
},
143+
{
144+
"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.",
145+
"adminConsentDisplayName": "Create preview jobs and read snapshots",
146+
"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.",
147+
"consentDisplayName": "Create preview jobs and read snapshots",
148+
"id": "1266f280-49c3-4d32-91a5-bf4db4fbff48",
149+
"isAdmin": true,
150+
"isEnabled": true,
151+
"value": "EntraBackup.ReadWrite.Preview"
152+
},
153+
{
154+
"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.",
155+
"adminConsentDisplayName": "Create recovery jobs and read snapshots",
156+
"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.",
157+
"consentDisplayName": "Create recovery jobs and read snapshots",
158+
"id": "6daf3aaf-bb77-4397-9dd6-e6d8b75727c2",
159+
"isAdmin": true,
160+
"isEnabled": true,
161+
"value": "EntraBackup.ReadWrite.Recovery"
162+
},
133163
{
134164
"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.",
135165
"adminConsentDisplayName": "Read all users' passkey authentication methods",
@@ -6043,6 +6073,19 @@
60436073
"isEnabled": true,
60446074
"value": "UserAuthMethod-Passkey.ReadWrite.All"
60456075
},
6076+
{
6077+
"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.",
6078+
"adminConsentDisplayName": "Read backup jobs and snapshots",
6079+
"allowedMemberTypes": [
6080+
"Application"
6081+
],
6082+
"consentDescription": null,
6083+
"consentDisplayName": null,
6084+
"id": "c16f30f0-3121-4976-bafe-66cb042f4f80",
6085+
"isAdmin": true,
6086+
"isEnabled": true,
6087+
"value": "EntraBackup.Read.All"
6088+
},
60466089
{
60476090
"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.",
60486091
"adminConsentDisplayName": " Read all users' passkey authentication methods",

0 commit comments

Comments
 (0)