Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit c0d4ff8

Browse files
ananmishrjobala
authored andcommitted
Added Online Meetings
1 parent ce65e48 commit c0d4ff8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/app/scopes-dialog/scopes.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,22 @@ export const PermissionScopes: IPermissionScope[] = [
792792
preview: false,
793793
admin: false
794794
},
795+
{
796+
name: 'OnlineMeetings.ReadAll',
797+
description: 'Read Online Meeting details from the app.',
798+
longDescription:
799+
'Allows the app to read VTC associated online meeting details in your organization without a signed-in user',
800+
preview: false,
801+
admin: true
802+
},
803+
{
804+
name: 'OnlineMeetings.ReadWrite',
805+
description: 'Read and manage Online Meetings.',
806+
longDescription:
807+
'Allows an app to create, delete, and read online meetings on behalf of a signed-in user.',
808+
preview: false,
809+
admin: false
810+
},
795811
{
796812
name: 'PrivilegedAccess.ReadWrite.AzureResources',
797813
description: 'Read and write privileged access to Azure resources',

0 commit comments

Comments
 (0)