From 550bef801fe86d8e03b0ae1542707655eb5d4562 Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Mon, 16 Dec 2024 16:25:37 +0000 Subject: [PATCH] Updated Schema Definition --- Modules/Microsoft365DSC/SchemaDefinition.json | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/Modules/Microsoft365DSC/SchemaDefinition.json b/Modules/Microsoft365DSC/SchemaDefinition.json index 3273d871c9..6f53ed673c 100644 --- a/Modules/Microsoft365DSC/SchemaDefinition.json +++ b/Modules/Microsoft365DSC/SchemaDefinition.json @@ -909,6 +909,51 @@ } ] }, + { + "ClassName": "MSFT_MicrosoftGraphApiOauth2PermissionScopes", + "Parameters": [ + { + "CIMType": "String", + "Name": "adminConsentDescription", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "adminConsentDisplayName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "userConsentDescription", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "userConsentDisplayName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "value", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "isEnabled", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "type", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "id", + "Option": "Write" + } + ] + }, { "ClassName": "MSFT_MicrosoftGraphApiApplication", "Parameters": [ @@ -916,6 +961,11 @@ "CIMType": "MSFT_MicrosoftGraphPreAuthorizedApplication[]", "Name": "PreAuthorizedApplications", "Option": "Write" + }, + { + "CIMType": "MSFT_MicrosoftGraphAPIOauth2PermissionScopes[]", + "Name": "Oauth2PermissionScopes", + "Option": "Write" } ] },