Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions permissions/permissions-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@
"isEnabled": true,
"value": "UserAuthMethod-Passkey.ReadWrite.All"
},
{
"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.",
"adminConsentDisplayName": "Read backup jobs and snapshots",
"consentDescription": "Allows the app to list all snapshots and jobs, and enumerate the changes of a specific preview or recovery job, on your behalf.",
"consentDisplayName": "Read backup jobs and snapshots",
"id": "e3dbb094-f3f9-4625-bf6a-32e96856f34c",
"isAdmin": true,
"isEnabled": true,
"value": "EntraBackup.Read.All"
},
{
"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.",
"adminConsentDisplayName": "Create preview jobs and read snapshots",
"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.",
"consentDisplayName": "Create preview jobs and read snapshots",
"id": "1266f280-49c3-4d32-91a5-bf4db4fbff48",
"isAdmin": true,
"isEnabled": true,
"value": "EntraBackup.ReadWrite.Preview"
},
{
"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.",
"adminConsentDisplayName": "Create recovery jobs and read snapshots",
"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.",
"consentDisplayName": "Create recovery jobs and read snapshots",
"id": "6daf3aaf-bb77-4397-9dd6-e6d8b75727c2",
"isAdmin": true,
"isEnabled": true,
"value": "EntraBackup.ReadWrite.Recovery"
},
{
"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.",
"adminConsentDisplayName": "Read all users' passkey authentication methods",
Expand Down Expand Up @@ -5845,6 +5875,19 @@
"isEnabled": true,
"value": "UserAuthMethod-Passkey.ReadWrite.All"
},
{
"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.",
"adminConsentDisplayName": "Read backup jobs and snapshots",
"allowedMemberTypes": [
"Application"
],
"consentDescription": null,
"consentDisplayName": null,
"id": "c16f30f0-3121-4976-bafe-66cb042f4f80",
"isAdmin": true,
"isEnabled": true,
"value": "EntraBackup.Read.All"
},
{
"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.",
"adminConsentDisplayName": " Read all users' passkey authentication methods",
Expand Down
Loading